@media print {
    table th a {
      color: #4a5ca8;
      text-decoration: none;
    }
    table>:not(caption)>*>* {
      padding: 0.5rem;
      background-color: transparent;
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px transparent;
    }
    tbody, td, tfoot, th, thead, tr {
      border: 1px solid #ccc;
    }
  }