#cookie-acceptance-container {
    display: block;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    font-family: arial, sans-serif;
    position: fixed;
    width: 100%;
    z-index: 99999;
    font-size: 11px;
    bottom: 0;
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB333333, endColorstr=#BB333333)";
}

.cookie-note-message {
    float: left;
}

.cookie-note-buttons {
    float: right;
    clear: none;
    padding: 0;
}

#cookie-notice {
    margin: 0px auto;
    display: block;
    padding: 10px 15px;
    min-height: 15px;
    width: 980px;
}

#cookie-notice a {
    background-color: #303030;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px;
    text-decoration: none;
    font-family: arial, sans-serif;
}

@media all and (max-width: 992px) {
    #cookie-notice {
        width: auto;
    }

    .cookie-note-buttons {
        clear: both;
        padding: 10px;
    }
}