
 @media print
 {
   #calculator
     {
     display: none;
   }
   
   #printout 
      {
     font-family: Arial;
   }
   
   #printout .header
     {
     text-align: center;
   }
   
   #printout .title
     {
     text-align: center;
     font-size: 35px;
     color: orange;
     font-weight: bold;
   }
   
   #printout .capital td:first-child
     {
     font-size: 20px;
     color: orange;
     font-weight: bold;
     padding-bottom: 10px;
   }
   
   #printout .capital td:last-child
     {
     font-size: 19px;
     font-weight: bold;
     padding-bottom: 10px;
   }
   
   #printout table td:first-child
     {
     padding-right: 100px;
   }
 {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}