<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-banner {
  position: fixed;
  top: 420px;
  left: 23%;
  right: 25%;
  width: 52%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  text-align:left;
  justify-content: space-between;
  background-color: rgba(15, 31, 113, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);color:black;
  font-size: 1.2em;
  line-height: 2.0em;
}
.cookie-banner a:link, .cookie-banner a:visited  {
  text-decoration:underline;
  color:#961010;
}

.close {
  height: 30px;
  background-color: #567893;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  font-size: 110%;
}

/*
@media only screen and(max-width:700px) {
.cookie-banner {
  position: fixed;
  top: 400px;
  left: 8%;
  right:12%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(15, 31, 113, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);color:black;
  font-size: 1.4em;
  line-height: 2.8em;
  color:red;
  }
  
 .cookie-banner a:link, .cookie-banner a:visited  {
	text-decoration:underline;
	color:#961010;
}

.close {
  height: 20px;
  background-color: #567893;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
} 
}*/

</pre></body></html>