#cookie-bar {background:rgba(255,255,255,0.7); height:auto; line-height:24px; color:#1a1a1a; box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;}
#cookie-bar-inner {padding:10px;}
#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 p, #cookie-bar a {font-size:12.5px;}
#cookie-bar a {color:#0080c9; text-decoration:underline;}
#cookie-bar .cb-enable, #cookie-bar .cb-disable, #cookie-bar .cb-policy {display:inline-block; border-radius:3px; text-decoration:none; color:#fff; padding:0 6px; margin-left:8px; text-transform:uppercase;}
#cookie-bar .cb-enable {background:#0080c9;}
#cookie-bar .cb-enable:hover {background:#0080c9;}
#cookie-bar .cb-disable {background:#f39200; border-color:#f39200;}
#cookie-bar .cb-disable:hover {background:#f39200; border-color:#f39200;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
