#cookie-bar {background:rgba(0,0,0,0.8); height:auto; font-size: 15px; color:#fff; text-align:center; padding:10px 20px; position: relative; z-index: 9999;}
#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:#ffffff; display:inline-block; border-radius:0px; font-size: 15px; text-decoration:none; padding:3px 15px; margin-left:20px;}
#cookie-bar .cb-enable {background:#666;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
#cookie-bar .cb-enable:hover {background:#fff;color: #666;}
#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;}