@media print {
	html, body { font-size: 14px; line-height: 1.5; }

	body { position: relative; background: none; }
	body * { visibility: hidden; }

	#wrapper { padding-top: 0 !important; }
	#main_header, #nav_wrapper, #mbl-navigation,
	#main_footer, #map_wrapper
	{ display: none; }

	#print_area, #print_area * { visibility: visible; }
	#print_area { 
		position: absolute; 
		top: 0; 
		left: 0;
		display: block !important;
        background-color: #fff;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
	}

	table thead.bg_darkgrey th { border-bottom: 1px solid #666; }
	table thead.bg_grey th { border-bottom: 1px solid #999; }

	#totals { border-top: 1px solid #666; }
}