<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  .no-print {
    display: none !important;
  }
  table {
    width: 100%;
    border:solid #ccc !important;
    border-width:1px 0 0 1px !important;
  }
  th, td {
      border:solid #ccc !important;
      border-width:0 1px 1px 0 !important;
      padding: 5px 10px;
  }
}</pre></body></html>