<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.wrapper {
  background: #fff;
}

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

.pane-footer {
  background: #eee;
}

.pane-topic-path {
  background-color: #f5f5f5;
}

.pane-order-header {
  border-bottom: 2px solid #666;
}

.pane-order-contents {
  background: #eee;
  border: 1px solid #eee;
}

.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}
</pre></body></html>