#cookie-bar {background:#111111; height:70px; line-height:20px; color:#eeeeee; text-align:center; padding:10px 0; font-size: 13px !important;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar span{ display: block; padding-bottom: 7px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000; position:absolute; top: 5px; right: 5px; background: url("img/fancy_close.png") no-repeat; width: 30px; height: 30px;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar {
  background: #111111;
  height: 70px;
  line-height: 20px;
  color: #eeeeee;
  text-align: center;
  font-size: 13px !important;
  z-index: 99999;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {
  color:#ffffff;
  display:inline-block;
  border-radius:3px;
  padding:0 0px;
  margin-left:0px;
  text-decoration: underline;
}
#cookie-bar span{ display: block; padding-bottom: 7px;}
#cookie-bar .cb-enable {
  background-color: #CCCCCC;
  color: #000;
  text-decoration: none;
}
#cookie-bar .cb-enable:hover {
  background-color: #FFFFFF;
}
#cookie-bar .cb-disable {background:#990000; position:absolute; top: 5px; right: 5px; background: url("img/fancy_close.png") no-repeat; width: 30px; height: 30px;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

.cb-enable {
  padding-right: 3px;
  padding-left: 3px;
}