<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-banner {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 99 !important;
  position: relative;
}

#notice-banner-div {
  background-color: black;
  height: 22px;
  margin: 0px;
  padding-top: 0px;
  text-align: center;
}

#notice-banner-div span {
  color: white;
  font-size: 14px;
  line-height: 1em;
}

@media screen and (max-width: 500px) {
  #notice-banner-div span {
    font-size: 12px;
  }
}
</pre></body></html>