

@media print {
  body {
    background-color: white;
    margin: 0 !important;
  }
  main {
    width: 900px;
    max-width: 100%;
    background-color: #FFF;
    position: relative;
    box-shadow: none;
    border: 1px solid whitesmoke;
  }


  table.table {}
  table.table tr {}

  table.table tr th {
    padding: 3px 2px;
    background-color: gray;
  }
  table.table tr td {
    padding: 3px 2px;
    background-color: #FFF !important;
  }

  .row {
    display: block;
    position: relative;
  }

  .row div[class^="col-md-"] {
    display: inline-block;
    position: relative;
  }


  .row .col-md-1 {width: 8%;}
  .row .col-md-2 {width: 16%;}
  .row .col-md-3 {width: 25%;}
  .row .col-md-4 {width: 32%;}
  .row .col-md-5 {width: 41%;}
  .row .col-md-6 {width: 50%;}
  .row .col-md-7 {width: 58%;}
  .row .col-md-8 {width: 64%;}
  .row .col-md-9 {width: 75%;}
  .row .col-md-10 {width: 84%;}
  .row .col-md-11 {width: 92%;}
  .row .col-md-12 {width: 100%;}

  .no-print {
    display: none !important;
  }

  #stripe,
  #stripe-placeholder,
  #stripe-bottom-placeholder,
  #bottom-stripe {
    display: none !important;
  }
}
