.noprint {
         display: none;
}
.divlink { display: none; }

.nop { display: none; }
@page
        {
            size: auto;   /* auto is the current printer page size */
            margin: 3mm 5mm 3mm 5mm;  /* this affects the margin in the printer settings */
        }
body
{
    /* this affects the margin on the content before sending to printer */
    font-family: Arial,Helvetica;
    font-size: 14px;
    margin: 0px;
     background-color: #fff;
     background-image: none;
}
.main {
     height: 650px;
     width: 100%;
     color: #000;
     background-color: #fff;

}
.pad5 { padding: 5px; }
.pad15l { padding-left: 15px; }
.bold { font-weight: bold; }
.larger { font-size: 18px; }
.invoicetitle { font-size: 24px; }
.invoicedetails { font-size: 16px; }
.nowrap { white-space: nowrap; }
.borderleft { border-left: 1px solid #000; }
.borderright { border-right: 1px solid #000; }
.bordertop { border-top: 1px solid #000; }
.borderbottom { border-bottom: 1px solid #000; }
.clientbox { color: #000080; font-weight: bold; }
.blue { color: #000080; }
.invwidth {
      width: 100%
}
