
.nodisplayPrint {
	display: none;
}

.clickToPrint,
.editOrderButton,
.editBar,
form input[type=submit],
form input[type=button] {
	display: none;
}

.tableOverflow {
	overflow: visible;
}
.rTable, .sTable {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .10);
}

.row [class*='col'] {
	padding: 0;
	float: none;
	width: 100%;
}