#cookie-bar {position:fixed; bottom:0;left:0;right:0; z-index:999!important; 
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
height:auto; 
line-height:24px; 
color:#eeeeee; 
text-align:center; 
padding:3px 0;
}

#cookie-bar.fixed {z-index:9999!important; position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {z-index:9999!important; bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:5px;}
#cookie-bar a {color:#000; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#fff;}
#cookie-bar .cb-enable:hover {background:#ebf9fe;}
#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;}