div.cookie-tos-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    color: white;
    z-index: 999;
    padding: 20px;
    display: none;
}

div.cookie-bar-buttons {
    text-align: right;
}
@media only screen and (max-width: 991px) {
    div.cookie-bar-buttons {
        text-align: center;
    }
}

div.cookie-tos-content > div,
div.cookie-tos-content p,
div.cookie-tos-content a,
div.cookie-tos-content button, div.cookie-tos-content a.personalise {
    display: inline-block;
}


div.cookie-tos-content > div {
    padding: 5px 11px;
}

div.cookie-tos-content p {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
}

div.cookie-tos-content button, div.cookie-tos-content a.personalise {
    background-color: rgb(255, 252, 38);
    color: #0a0a0a;
    padding: 5px 10px;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    border-color: transparent;
}

div.cookie-tos-content button:hover,
div.cookie-tos-content button:focus,
div.cookie-tos-content button:active,
div.cookie-tos-content button:active:hover,
div.cookie-tos-content a.personalise:hover,
div.cookie-tos-content a.personalise:focus,
div.cookie-tos-content a.personalise:active,
div.cookie-tos-content a.personalise:active:hover{
    background-color: rgb(255, 233, 15);
    color: #0a0a0a;
    border-color: transparent;
    text-decoration: underline;
}

.tos-more-information {
    text-decoration: underline;
    color: white;
    opacity: 0.8;
    font-size: 16px;
}

.tos-more-information:hover,
.tos-more-information:focus,
.tos-more-information:visited,
.tos-more-information:active {
    color: white;
    opacity: 1;
}

div.tos_content .cookie_setup_handler .btn-group button.on, div.tos_content .cookie_setup_handler .btn-group button.off {
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    padding: 5px 20px;
}
div.tos_content .cookie_setup_handler .btn-group button.on.active {
    background-color: rgb(161, 201, 0);
    border: 1px solid rgb(161, 201, 0);
    color: white;
}
div.tos_content .cookie_setup_handler .btn-group button.off.active {
    background-color: rgb(233, 36, 46);
    border: 1px solid rgb(233, 36, 46);
    color: white;
}

.cookie_setup_handler .btn.active.focus,
.cookie_setup_handler .btn.active:focus,
.cookie_setup_handler .btn.focus,
.cookie_setup_handler .btn:active.focus,
.cookie_setup_handler .btn:active:focus,
.cookie_setup_handler .btn:focus {
    outline: none;
}
