
table {
	width: 100%;


}
tr {
	background: #FAF9F8;
}



.tabletdvspacer {
	padding: 0px;
	border: 0px;
	background: #fff;
}



.tdnowrap {
	white-space: nowrap;
}

tr.orderbuttons td {
	/*remove bottom border from last row cells*/
	border: 0px;
	background: #fff;
	padding: 0px;
}
tr.bold td {
	font-weight: bold;
}





td, th {
	padding: 6px 10px;
}
td {
	padding: 6px;

}
















