<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlay {
  background-color: #181818;
  bottom: 0;
  filter: alpha(opacity=75);
  height: 100%;
  left: 0;
  opacity: .75;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 999999; }
</pre></body></html>