.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: rgba(90, 98, 106, 0.7);
  z-index: 1000;
}

.eu-cookies button.agree {
  cursor: pointer;
  margin: 4px 10px 0;
  padding: 8px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #1b2023;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}

.eu-cookies button.disagree {
  cursor: pointer;
  margin: 4px 10px 0;
  padding: 8px 6px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 32, 35, 0.8);
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
}

.eu-cookies a {
  color: #CCC;
  text-decoration: none;
  font-weight: bold;
}

.eu-cookies a:hover {
  color: #FFF;
  text-decoration: underline;
}