#cookie-consent {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:999999;
    padding:5px 0;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
#cookie-consent .cookie-consent-message {
    display:table-cell;
    vertical-align:middle;
    width:100%;
}
#cookie-consent .cookie-consent-button {
    display:table-cell;
    text-align:right;
    vertical-align:middle;
    width:120px;
    min-width:120px;
}
#cookie-consent .cookie-consent-link {
    color: #5eb0eb;
    white-space:nowrap;
}
#cookie-consent .cookie-consent-button button {
    white-space:nowrap;
    padding:1px 8px;
    height:100%;
}
@media (max-width: 767px) {
    #cookie-consent .cookie-consent-button {
        display:inline-block;
        width:100%;
    }
}