#cookie-bar {background:#666666; height:55px; line-height:16px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;font-size:12px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; font-size:18px; text-decoration:none; padding:10px 10px;}
#cookie-bar .cb-enable {background:#999999;}
#cookie-bar .cb-enable:hover {background:#999999;}
#cookie-bar .cb-disable {background:#999999;}
#cookie-bar .cb-disable:hover {background:#999999;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#999999;}

#cookie-bar a.CookiePolicy {
  color: #60bfc1;
  padding:0px;
  font-size:12px;
}

#cookie-bar a.CookiePolicy:hover,
#cookie-bar a.CookiePolicy:focus {
  color: #60bfc1;
  padding:0px;
  font-size:12px;
  text-decoration: underline;
}