#cookie-bar {
    font-size: 14px;
    font-weight: 300;
    color: #7f7f7f !important;
    background-color:rgba(0, 0, 0, 0.6);
    height:auto;
    line-height:24px;
    text-align:center;
    padding:3px 0;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 1200}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {font-size: 14px; font-weight: 300; color: #b0b0b0; margin:0; padding:0;}
#cookie-bar a {color:#b0b0b0; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {color: #e2e2e2; background-color:#00757B; cursor: pointer;}
#cookie-bar .cb-enable:hover {background-color:#00757B;}
#cookie-bar .cb-disable {background:#00757B; cursor: pointer;}
#cookie-bar .cb-disable:hover {background:#00757B;}
#cookie-bar .cb-policy {cursor: pointer;}
#cookie-bar .cb-policy:hover {text-decoration: underline}