
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	min-height:100%;
	height: 100%;
}

div.page {
	margin: auto;
	padding-right:20px;
	padding-left:20px;
	height: auto !important;
	min-height:100%;
	height: 100%;
	
}
div.page div.empty {
	height: 250px;
	clear: both;	
}

div.footer {
	margin: auto;
	margin-top: -50px;
	height: 50px;
	clear: both;
}

div.page div.content {
	
}

@media print {
	* {
		color: black !important;
		text-transform: none !important;
	}
	#price_items table tbody, #price_items table thead, #price_items table tfoot {
		border: 1px black solid !important;
	}
	.nop {
		display: none;
	}
	a {
		text-decoration: none;
	}
}