<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  @page {
    size: landscape;
    margin: 0; } }

.noprintpage {
  display: none; }

#header {
  height: 0 !important; }

#header &gt; * {
  display: none; }

#leftside {
  width: 0 !important; }

#leftside &gt; * {
  display: none; }

#rightside {
  width: 0 !important; }

#rightside &gt; * {
  display: none; }

#print-preview {
  float: none;
  display: table; }

.print-preview-box {
  display: table-cell; }
</pre></body></html>