<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main .sticky-block {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 32px;
}
#main.fixed_y .sticky-block {
  top: 112px;
}
#main .sticky-block--top-0 {
  top: 0px;
}
#main .sticky-block--show-N {
  position: static;
}
</pre></body></html>