#cookie-bar {background:#1e2333!important; height:64px; line-height:24px; color:#fff; text-align:center; padding:3px 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
}
#cookie-bar.fixed {position:fixed; top:0; left:10%; width:80%;}
#cookie-bar.fixed.bottom {bottom:10px; top:auto;height: auto}
#cookie-bar p {margin-top:5px; padding:0;font-size: 13px; color:#fff!important}
#cookie-bar a {color:#fff!important}
#cookie-bar .cb-enable {background:rgba(28, 60, 110,0.95);}
#cookie-bar .cb-enable:hover {background:#FF0000;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#alink {color:#ffffff; float: right;display:inline-block; border-radius:3px; text-decoration:none; padding:0 10px; margin-top:-10px;}
