#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1b0703;
  color: #fff;
  z-index: 1000;
  font-size: 1em;
}

#cookie-banner p {
  padding:0px 30px;
  text-align: center;
}

#cookie-banner button {
  background-color: #86bb46;
  border: 2px solid #86bb46;
  cursor: pointer;
  margin: 10px 0 0 10px;
  border-radius: 3px; -webkit-border-radius: 3px; moz-border-radius: 3px;
  color:white;
  font-weight: 700;
  line-height: 2em;
}

#cookie-banner button:hover {
  background-color: white;
  color: #86bb46;
}

#cookie-banner a {
  color: #86bb46;
  margin-left: 10px;
  text-decoration: none;
}

#cookie-banner a:hover {
  text-decoration: underline;
}

