table#allPacketsTable th {
	border: 0 solid #666666;
	background-color: #ffffff;
}

.pageBreak { 
  page-break-before: always;
  }

.onlyPrint {
  display: inline;
  }
  
.onlyPrintB {
  display: block;
  }
  
.onlyOnline {
  display: none;
  }