<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
  top: 22px;
  left: 0;
  background-color: #fff;
  position: absolute;
  border: 5px solid #aaa;
  border-top: 0;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
  margin: 0;
  background-color: #59B227;
  border-left: 5px solid #aaa;
  position: absolute;
  border-right: 5px solid #aaa;
  top: 0;
  z-index: 151;
  height: 23px;
  border-top: 5px solid #aaa;
}

#GB_caption {
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 5px 5px 0 0;
  float: right;
  cursor: pointer;
}

</pre></body></html>