<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#prescroller-modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 640px;
  height: 484px;
  text-align: center;
  overflow: hidden;
  z-index: 10001;
  border: 2px #999 solid;
  margin: auto;
  font-size: 10px;
}
#prescroller-control {
  display: none;
  margin: 8px 0;
  font-size: 14px;
}
#prescroller-close {
  text-align: center;
  color: #0070C0;
  cursor: pointer;
  margin-top: 6px;
}
#prescroller-close:hover {
  color: red;
}
#prescroller-counter {
  font-weight: 700;
}
#prescroller-mask {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 10000;
  top: 0;
  background-color: #fff;
  filter: alpha(opacity=86);
  opacity: 1;
  -moz-opacity: 1;
}

.prescroller-modal-banner {
  background-color: #000;
  color: #fff;
  padding: .5em 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

#prescroller-modal-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.prescroller-arrow {
  font-size: .8em;
}

@media (max-width: 650px) {
  #prescroller-modal, #prescroller-mask {
    display: none !important;
  }
}</pre></body></html>