#cookie-bar {background:#4c474e; height:auto; line-height:24px; color:#f15925; text-align:center; padding:3px 0; width: 100%;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 1200}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar h4 {font-size: 18px; }
#cookie-bar p {color: white; margin:0; padding:0; font-size: 15px; margin-top: 18px; margin-bottom: 8px; }
#cookie-bar a { display:inline-block; text-decoration:none; font-size: 14px; color: #a76f36;}
#cookie-bar a:visited {color: #a76f36;}
#cookie-bar .cb-enable {color: white; background: #a76f36; border: 1px; border-radius: 5px; width: 105px;}
#cookie-bar .cb-enable:visited {color: white; border: 1px;}
#cookie-bar .cb-enable:hover {background:#fff; color: #a76f36;}
#cookie-bar .cb-disable {background:rgba(130, 84, 174,.8); cursor: pointer;}
#cookie-bar .cb-disable:hover {background:rgb(130, 84, 174);}
#cookie-bar .cb-policy {background:#0033bb; cursor: pointer;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar .cookie-policy-redirect { margin-left: 0px; padding: 4px; }
#cookie-bar .cookie-policy-redirect:hover { color: rgba(54,179,155) }