@media print {
  a { text-decoration: none; }
  a[href]:after { content: none !important; }
  #flDebugToolbarHandle { display: none !important; }
  .container { width: 100%; padding: 1cm; }

  .table thead tr th,.table tbody tr td{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: black !important;
    font-size: smaller !important;
  }
  .alert {
    display: none;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  h1 {
    font-size: x-large;
  }
  h2 {
    font-size: large;
  }
  h3 {
    font-size: large;
  }
  @page {margin: 0mm;}
  body {
    padding: 1cm;
    line-height: 1.4;
  }
  .list-group-flush > .list-group-item {
    /* padding: .3em .3em .3em 0; */
    padding: 0;
    border: none;
  }
  .card {
    border: 1px solid #000;
  }
  .card-header {
    border-bottom: 1px solid #000;
    background: #fff;
  }
}
