/* Custom styles */

@media screen {
}

@media print { /* show more rows when tablesorter table is sent to printer */
 table.tablesorter  {
	height: 25% !important;
  font-size: 10px !important;
  font-weight: bolder !important;
  line-height: 0.25 !important;
 }
 table.tablesorter th {
	height: 25% !important;
  font-size: 10px !important;
  font-weight: bolder !important;
  line-height: 0.25 !important;
 }
 table.tablesorter caption {
	height: 25% !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
 }
 /* hidden filter row */
 table.tablesorter .tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  /*** *********************************************** ***/
 }
}
