#cookie-bar {font-family: Tahoma; background:linear-gradient(#9ed54c,#8fc044); border-bottom: 1px solid #475f22;color: #2E470C; height:auto; line-height:18px; font-size: 12px; text-align:center; padding:3px 10px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
 
#cookie-bar a {
  color:#ffffff; 
  display:inline-block; 
  border-radius:25px; 
  text-decoration:none; 
  padding:0 10px;
  margin-left:8px;
  border: 1px solid rgba(255,255,255,.5);
  transition: all 0.5s;
  color: #2E470C;
  border-color: transparent;
  box-shadow: 0 3px 3px 0px rgba(0,0,0,.11) inset;    
}
#cookie-bar a:hover{
  color: #2E470C;
  border-color: transparent;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,.15) inset; 
  text-decoration: underline; 
}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

 