<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.conhint {
  position: fixed !important;
  top: 0;
  height: 100%;
  min-height: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #607179;
  z-index: 999999999999 !important;
  max-width: 500px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  overflow-y: auto;
  display: none;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
}

.conhint p, .conhint h2, .conhint h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #c9ab39;
}

.conhint p {
  font-size: .8rem;
  color: #ffffff !important;
  line-height: 1.3rem;
  padding: 0 0 15px 0 !important;
}

.conhint p.strong {
  font-weight: bold;
}

.conhint h2 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.conhint h3 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.2rem;
  font-style: italic;
}

.conhint .closebtn {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px;
  float: right;
  background: #c9ab39;
  cursor: pointer;
}

.conhint .closebtn img {
  width: 100%;
  height: auto;
}

.activehint {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .conhint {
    overflow-y: scroll;
    height: 100%;
  }
}
</pre></body></html>