<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.invoiceMain { font-family:Arial; font-size:30px; width:907px; }
.invoice { font-size: 60px; font-weight: bold; color: #A3C5E3}


/*Invoice Items*/
.invoiceItemHeader {  background-color:#efefef; font-weight:bold;}
.invoiceItemWidth { width:907px; }

.invoiceItemRow { background-color:#fff; height:28px;}
.invoiceItemAltRow { background-color:#f4f4f4; height:32px;}

.invoiceDescription { width:635px; }

.invoiceTotalsTotals { width:968px; }

.invoiceTax { background-color:#f4f4f4;}

.blueBorder {border: solid 1px #7092C5;}

.lineHide {display:none;}


#viewp, .billToProfile div:hover #viewp
{
    display:none;
    color:#306FA7;
    position:absolute;
    top:0;
    right:0;
}
</pre></body></html>