#simple-cookie-consent {
	top: 0;
	left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: auto;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.6);
}

#simple-cookie-consent .cookie-consent-selection {
  text-align: right;
}

#simple-cookie-consent .cookie-consent-container * {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #1d201f;
}

#simple-cookie-consent .cookie-consent-container .cookie-consent-logo {
  width: 100%;
  max-width: 150px;
}

#simple-cookie-consent .cookie-consent-container .cookie-consent-header {
  font-size: 1.7rem;
}

#simple-cookie-consent .cookie-consent-allow {
  border: none;
  padding: 15px 20px;
  margin: 0;
  background: 0 0;
  font-size: 1.2rem;

}

#simple-cookie-consent .cookie-consent-deny,
#simple-cookie-consent .cookie-consent-container a {
  border: none;
  padding: 0;
  margin: 0;
  background: 0 0;
  color: #0a4d7b;
  text-decoration: underline;
}

#simple-cookie-consent .cookie-consent-deny:hover,
#simple-cookie-consent .cookie-consent-deny:focus,
#simple-cookie-consent .cookie-consent-container a:hover {
  color: #1774b6;
}

#simple-cookie-consent button.cookie-consent-allow {
  background-color: #04aa6d;
  border-bottom: 3px solid #059862;
  display: block;
  width: 100%;
  color: #fff;
}
#simple-cookie-consent button.cookie-consent-allow:focus,
#simple-cookie-consent button.cookie-consent-allow:hover {
  background-color: #026d46;
  border-bottom: 3px solid #024d31;
  cursor: pointer;
}

@media only screen and (max-width: 960px),
  only screen and (max-device-width: 960px) {
  #simple-cookie-consent .cookie-consent-container * {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  #simple-cookie-consent .cookie-consent-container .cookie-consent-header {
    font-size: 1.2rem;
  }
  #simple-cookie-consent .cookie-consent-allow {
    font-size: 1rem;
  }
}
