@media print {
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  .no-print {
    display: none !important;
  }
  table {
    width: 100%;
    border:solid #ccc !important;
    border-width:1px 0 0 1px !important;
  }
  th, td {
      border:solid #ccc !important;
      border-width:0 1px 1px 0 !important;
      padding: 5px 10px;
  }
}