.cookieNote{
    width: 100%;
    background-color: #323232;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 16px;
}

.allowCookie{

}

#denyCookie{
    border: none !important;
    color: #000 !important;
}

.cc-link{
    color: #fff;
    text-decoration: underline;
}
.cc-link:hover{
    color: #adb5bd;
}


.float-right {
    float: right!important;
}
