.noprint {display:none;}

  table.invoiceHeader, table.invoiceHeader tr, table.invoiceHeader tr td
    {
        border:0; 
     }
     
     div.from 
     {
        padding:10px;    
        width:250px;
     }
      div.fom 
     {
        padding:10px;    
        width:250px;
        float:right
     }
     div.invoiceFooter
     {
        margin-top:30px;
        text-align:right;
        font-style:italic;
     }
     
     table td.invoiceFooterTitle
     {
        text-align:right;
        padding-right:15px;
        font-weight:bold;    
     }
     
     table td.invoiceFooterValue
     {
        font-weight:bold;    
        padding-left:15px;
         font-size:120%;
     }
     
     table td.invoiceFooterValueTotal
     {
         padding-left:15px;
         font-weight:bold;  
         font-size:120%;
         text-decoration:underline;
     }
     
     hr
     {
        margin: 10px 0px 10px 0px;    
     }