<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-notice {
  background-color: #efefef;
  color: #020202;
  display: none;
  font-size: 11px;
  height: auto;
  line-height: 16px;
  min-width: 100%;
  padding: 5px 14px;
  text-align: center;
  margin-bottom: 5px;
}

#cookie-notice a {
  color: #0495be;
  text-decoration: none;
}

#cookie-button {
  background-color: #fff;
  border: 1px solid #020202;
  border-radius: 2px;
  color: #020202 !important;
  display: inline-block;
  margin: 0 0 0 11px;
  padding: 0;
  text-align: center;
  width: 68px;
}
/*
.privacy-policy-container {
  background-color: #fefefe;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 20px 20px 20px;
}*/</pre></body></html>