#cookie-bar {
  background: rgba(0,0,0,.85);
  height: auto;
  color: #eeeeee;
  text-align: center;
  padding: .5em 0;
}
#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: .25em;
  text-decoration: none;
  padding: .25em .4em;
  margin: .25em 0 .25em .75em;
  font-size:90%;
}
#cookie-bar .cb-enable {
  background: rgba(46, 125, 50, .85);
}
#cookie-bar .cb-enable:hover {
  background: rgba(46, 125, 50, 1);
}
#cookie-bar .cb-disable {
  background: rgba(198, 40, 40, .85);
}
#cookie-bar .cb-disable:hover {
  background: rgba(198, 40, 40, 1);
}
#cookie-bar .cb-policy {
  background: rgba(2, 119, 189, .85);
}
#cookie-bar .cb-policy:hover {
  background: rgba(2, 119, 189, 1);
}
