body {
  
}

.cookies-eu-banner {
  background: #111111;
  color: #FFFFFF;
  padding: 6px;
  font-size: 16px;
  text-align: left;
  position: fixed;
  bottom: 100px;
  width: 350px;
  height:450px;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #D19C97;
  color: #fff;
  border: 0px solid #000;
  cursor: pointer;
  float:right;
  font-size: 16px;
  font-weight: 700;

}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}
