
@media print {
  table{
   font-family:serif;
   width:900px; 
  }
  body{ 
    font-weight:100;
  }
  .name{
    width:50%;
   }
}
