@media print {
  body::before {
    display: none;
  }

  .container {
    max-width: none;
  }

  .table {
    border: 1px solid #222 !important;
    color-adjust: exact;
  }
  .table thead, .table tfoot {
    font-weight: bold;
  }
  .table td, .table th {
    border: 1px solid #222 !important;
    color: #000 !important;
  }

  .PageHeader {
    background-color: transparent;
    display: flex;
    height: 50px !important;
    margin-top: 10px;
  }
  .PageHeader::before {
    display: none;
  }
  .PageHeader .navbar-brand {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .PageHeader .navbar-brand img {
    display: none;
  }
  .PageHeader .navbar-brand .PageHeaderTitle {
    color: #000 !important;
    left: auto !important;
    font-size: 24px !important;
    position: relative !important;
    top: 0 !important;
  }
  .PageHeader .PageHeaderUserInfo {
    display: none;
  }

  .Table-scroll-border {
    display: none;
  }

  #Menu {
    display: none;
  }
}

/*# sourceMappingURL=print.css.map */
