#cookie-bar { 
  background: #888888;
  line-height: 17px;
  color: #eeeeee;
  text-align: left;
  padding: 25px;
  font-size: 12px;
  border-bottom: 2px solid #FF7912;
  margin-bottom: 20px;}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 20px 30px 40px;
  z-index: 9999;
}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; margin-right: 40px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
  background: #FF7912;
  line-height: 24px;
  position: absolute;
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: bold;}
#cookie-bar .cb-enable:hover {background:#FC9749;}
#cookie-bar .cb-close{
  position: absolute !important;
  right: 30px !important;
  font-size: 32px !important;
  top: 28px !important;
  cursor: pointer;
}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: underline;}
#cookie-bar .cb-policy:hover {background:#FC9749;}
.cookiebar.blocker.block-ui{
  position: fixed;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  display: block;
  z-index: 999;
  background: rgba(250,250,250,.7);
}