nav, .is-hidden-print {
  display: none;
}

@media print {
    
    nav, .navbar, .buttons, .is-hidden-print {
      display: none !important;
    }
    
    .pl-3, .pr-3, .px-3, .py-3, .pl-4, .pr-4 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    
    .is-size-5, .is-size-6, .is-size-7 {
      font-size: 8pt !important;
    }
    
    .is-family-code {
      font-family: monospace !important;
    }
    
    body {
      font-family: Times New Roman, serif;
      font-size: 10pt;
      color: #000;
      background: #fff;
    }
    
    h1 {
        font-size: 14pt;
    }
    
    a {
      color: #000;
      text-decoration: none;
    }

  table.table {
    width: 100% !important;
    border-collapse: collapse !important;
  }

  table.table th,
  table.table td {
      all: unset;
      display: table-cell;
      font-family: monospace;
      font-size: 8pt;
      padding: 2px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      vertical-align: middle;
  }
  
  table.table th:first-child,
  table.table td:first-child {
    padding-left: 2px !important;
  }

  table.table th:last-child,
  table.table td:last-child {
    padding-right: 2px !important;
  }

  table.table th {
    font-weight: bold;
  }

  table.table td {
    font-weight: normal;
  }

  tr {
    break-inside: avoid;
  }
  
  footer,
  .footer {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }

  footer * {
    margin: 0 !important;
    padding: 0 !important;
  }
  
}
