<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.printing {
  /* Hide everything in the body when printing... */
  /* ...except our special div. */ }
  body.printing &gt; * {
    display: none; }
  body.printing &gt; #print_me {
    display: block; }
    body.printing &gt; #print_me #formResults {
      width: auto !important;
      max-width: 100%;
      border-spacing: 5px;
      border-collapse: collapse; }
      body.printing &gt; #print_me #formResults td, body.printing &gt; #print_me #formResults th {
        border: solid 1px #000  !important;
        padding: 5px 10px; }

/*# sourceMappingURL=form-print.css.map */</pre></body></html>