#band-cookies {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  text-align: center;
  background: rgba(0,0,0,0.9) !important;
  font-size: 0.9em;
}

#band-cookies-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent !important;
  margin: 0 !important;
}

#band-cookies p {
  margin: 5px;
}

#band-cookies a {
  display: inline-block;
  background: #90982a;
  margin: 0.3em 1em;
  padding: 0.2em 0.3em;
  border-radius: 0.2em;
  text-decoration: none;
}
