#print-button { display: none; } 
#header-div { display: none; } 
#filter-div { display: none; } 
.noprint { display: none; } 

@media print {
	html, body {
		margin: 0;
	}
	@page {
		margin: 0;
	}
	.width200 {
		width: auto !important;
	}
	#orderHTML .table tr td, #orderHTML .table tr th {
		padding: 5px !important;
		font-size: 12px;
	}
	#orderHTML .table tr th:first-child, #orderHTML .table tr td:first-child {
		display: none;
	}
}

#print-button-reservation { display: none; } 
.box-header { display: none; } 
.noprint { display: none; } 
#paginateFooter { display: none; } 

@media print {
	
	#reservationsHTML .table tr td, #orderHTML .table tr th {
		padding: 5px !important;
		font-size: 12px;
	}
	#reservationsHTML .table tr th:last-child, #reservationsHTML .table tr td:last-child {
		display: none;
	}
}




