.wrapper.cookie-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.7);
  z-index: 110;
}
#cookie-panel {
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 30px solid #e8e8e8;
  background-size: auto;
  padding-top: 200px;
}
p.cookie-button a {
  box-sizing: border-box; 
  width: 47.5%;
  float: left;
  margin-bottom: 15px;
}
p.cookie-button:first-of-type a {
  margin-right: 5%;
}

.cookie-button-container {
  height: 60px;
}

.cookie-consent-buttons {
  height: 70px;
}

