#cookie-bar { background:rgba(108, 69, 69, 0.8); height:auto; line-height:24px; color:white; text-align:center; padding:3px 0; font: 14px Arial, Helvetica; }
#cookie-bar.fixed { position:fixed; top:0; left:0; width:100%; z-index:200 }
#cookie-bar.fixed.bottom { bottom:0; top:auto; }
#cookie-bar p { margin:0; padding:3px; }
#cookie-bar a { color:white; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:3px; font-weight:bold; }
#cookie-bar .cb-enable { cursor: pointer; }
#cookie-bar .cb-enable:hover { color:#b1b1b1; }
#cookie-bar .cb-disable { background:#990000; cursor:pointer; }
#cookie-bar .cb-disable:hover { background:#bb0000; }
#cookie-bar .cb-policy { background:#0033bb; cursor:pointer; }
#cookie-bar .cb-policy:hover { background:#0055dd; }