@media print {
  .printspace {
    line-height: 30px;
  }
  .text-right{
    text-align: right;
  }
  .noprint {
    display: none;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  th {
    text-align: left;
  }
}
@media screen {
  .noprint {
    display: block;
  }
}
