   .printlogo{
    max-width: 250px !important;

  }
  .printitem{
  	margin-top: 30px;
  }
  .tablo{
  	margin-top: 20px;
  }

  td {
  	border: 1px solid #ddd;
  	padding: 5px;
  }

  tr:nth-child(even) {background: #e8d8c6}
  tr:nth-child(odd) {background: #d5b898};  

 