<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#cookieChoiceInfo {
  background-color: #fffcee;
  color: #ffffff;
  padding: 10px; 
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#e9e9e9;
  font-size: 10pt;
}

#cookieInfoLink {
  color: #333333;
  text-decoration: underline;
}

#cookieInfoLink:hover {
  /*color: #F44;*/
  /*text-decoration: underline;*/
}

#cookieChoiceDismiss {
  background-color: #790101;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 3px 5px;
  border-radius:  3px;
}

#cookieChoiceDismiss:hover {
  background-color: #790101;
  font-size: 10pt;
}

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