@media print {
  .assetTransferPrint {
    margin: 0 !important;
    padding: 0 !important;
  }
  html,
  body {
    /*changing width to 100% causes huge overflow and wrap*/
    height: 100%;
    overflow: hidden;
    background: #fff;
    font-size: 9.5pt;
  }
}

@page { size: auto;  margin-top: 0mm; margin-bottom: 0mm; }


