#privacy-banner {
    display: none;
    border: 1px solid #ccc;
    padding: 10px 16px;
    line-height: 140%;
    color: #fff;
    background: #1e1e1e;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 20px 1px #333333;
    -moz-box-shadow: 0px 0px 20px 1px #333333;
    -o-box-shadow: 0px 0px 20px 1px #333333;
    box-shadow: 0px 0px 20px 1px #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 140%;
}
#privacy-banner p a.btn {
    background: #333;
    text-decoration: none;
}
#privacy-banner a:link, #privacy-banner a:visited {
    font-weight: normal;
    text-decoration: underline;
    color:#fff;
}
#privacy-banner .close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rejectcok {
    margin-right:15px;
    background-color: red;
    color: white;
}
.rejectcok:hover {
    background-color: #ce0606;
}

@media only screen and (max-width: 599px) {
    #privacy-banner p.d-block {
        padding-top: 12px;
    }
}
.acceptcok {
    color: #fff;
    background: #333;
    text-decoration: none;
}
.acceptcok:hover {
    background-color: green;
    color: white;
}