body.cookiebar-enabled, body.policy-enabled { padding-top: 30px; }

body.cookiebar-enabled .navbar-fixed-top, body.policy-enabled .navbar-fixed-top { top: 30px; }
@media only screen and (max-width: 632px) {
body.cookiebar-enabled .navbar-fixed-top, body.policy-enabled .navbar-fixed-top { top: 60px; }
}

#cookie-bar, #policy {background:#3c4c57; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}

#cookie-bar.fixed, #policy {position:fixed; bottom:auto; top: 0; left:0; width:100%; z-index: 300;}

#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-bar p, #policy p {margin:0; padding:0;}

#cookie-bar a, #policy a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}

#cookie-bar .cb-enable, #policy a {background:#5cb85c;}

#cookie-bar .cb-enable:hover, #policy a:hover {background:#53a453;}

#cookie-bar .cb-disable {background:#f44a52;}

#cookie-bar .cb-disable:hover {background:#da4a50;}

#cookie-bar .cb-policy,  #policy .accept  {background:#0033bb;}

#cookie-bar .cb-policy:hover, #policy .accept:hover {background:#0055dd;}