#cookie-bar {
  background:#acc336;
  height:auto;
  line-height:24px;
  color: white;
  text-align:center;
  padding:20px 0;
  text-transform: uppercase;
}


#cookie-bar.fixed {
  z-index: 100;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;}

.transform{
  text-decoration: underline;

}

#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {
  color:white;
  display:inline-block;
  border-radius:3px;
  text-decoration:none;
  padding:5px 8px;
  margin-left:8px;
}
#cookie-bar .cb-enable {background:#313d47;}
#cookie-bar .cb-enable:hover {
background: white;
color: #313d47}
#cookie-bar .cb-disable {background:#313d47;}
#cookie-bar .cb-disable:hover {
  background: white;
  color: #313d47;
}
#cookie-bar .cb-policy {background:#313d47;}
#cookie-bar .cb-policy:hover {
  background: white;
  color: #313d47
}
