#cookie-bar {position: fixed; bottom: 0; background: #333 !important; background-color: rgba(51, 51, 51, 0.9) !important; color: #FFF !important; width: 100%; text-align: center; z-index: 99999; padding:15px;}
#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: #07B7FB;}
#cookie-bar a:hover { color: #008DC4;}
#cookie-bar h1 { font-size: 25px;
font-weight: bold;
margin-bottom: 0px;
color: #fff;}
#cookie-bar .cb-enable {background: #07b7fb;
color: #ffffff;
display: inline-block;
border-radius: 3px;
text-decoration: none;
padding: 7px 20px;
margin-left: 8px;
margin-top: 15px;
font-size: 1.3em;}
#cookie-bar .cb-enable:hover {background:#008DC4; color:#fff}
#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;}