@media print {
  body {
    background: white !important;
    color: black !important;
    font-size: 11pt;
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none !important;
    color: inherit !important;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  p {
    margin-bottom: 1em;
  }

  .noprint {
    display: none !important;
  }
}
