@media print {
  .rh-brand-bar,
  header nav,
  .rh-theme-switch,
  footer,
  form,
  button {
    display: none !important;
  }

  body.rh-body {
    background: white !important;
    color: black !important;
  }

  table {
    font-size: 10pt;
  }

  th,
  td {
    border: 1px solid #ccc;
    padding: 4px 6px;
  }
}
