@media print {
.noPrint {
	display:none;
}
table.btprinter {
	width: 5cm;
  	font-family: geneva, arial, helvetica, sans-serif;
}
}


