.noPrint {
  display: none;
}

table.tShow thead {
  display: table-header-group;
}
table.tShow tbody {
  display: table-row-group;
}

table.tShow tr th,
table.tShow tr td {
  border-width: 1px!important;
  border-style: solid!important;
  border-color: #BBBBBB!important;
}