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

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