#cookie-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#cookie-banner {
  background-color: #ced4de;
  margin: 35vh auto;
  width: 450px;
  z-index: 3;
  box-shadow: 2px 2px 5px 2px #565656;
}

#cookie-upper {
  padding: 5px;
  height: 275px;
}

#cookie-lower {
  display: none;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid gray;
}

#cookie-banner-inner {
  padding: 10px;
}

#cookie-banner-text-outer {
  padding-right: 10px;
  float: left;
  width: 55%;
  height: 100%;
  border-right: 1px solid gray;
  overflow-y: auto;
}

#cookie-banner-text {
  color: #2e2e2e;
  text-align: center;
}

#cookie-banner-header {
  margin-top: 10px;
  font-size: 24px;
}

#cookie-banner-text2 {
  display: block;
  margin-top: 10px;
}

#cookie-buttons {
  float: right;
  text-align: center;
  padding-top: 65px;
}

#cookie-banner button {
  margin-top: 5%;
  width: 165px;
  height: 30px;
}

.label-padding {
  padding-left: 5px;
}

@media (max-height: 750px) {
  #cookie-banner {
    margin: 15vh auto;
  }
}
