<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#notify-me-wrapper #notify-me-block {
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: #fff f;
  padding: 0;
  overflow: auto;
}
#notify-me-wrapper #notify-me-block #nm-close-button {
  display: none;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper {
  height: auto;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content {
  position: relative;
  border: 0;
}
</pre></body></html>