#cookie-bar {z-index:2000;border-top:1px solid #333;background:#444; height:auto; line-height:24px; color:#fff; text-align:center; padding:8px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#008DBD; display:inline-block; border-radius:3px; text-decoration:none; padding:3px 10px; margin-left:0px;}
#cookie-bar a:hover {color:#99d1e4}
#cookie-bar .cb-enable {background:rgb(122, 193, 67);color:#fff;}
#cookie-bar .cb-enable:hover {background:rgb(204, 60, 13);color:#fff;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#444;color:#fff;text-decoration:underline !important;}
#cookie-bar .cb-policy:hover {}