@charset "UTF-8";

@page {
	size: A4;
}
body {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width:200mm !IMPORTANT;
	height:290mm !IMPORTANT;
}
main,
.inner,
.mw_wp_form {
	margin: 0;
	padding: 0;
	border: none;
}

.noprint {
	display: none !important;
}
.print {
	display: block;
	width: 200mm; /* needed for Chrome */
	font-size: 10pt;
}

.print_box {
	padding: 18px;
	border: 1px solid;
}
.print_header {
	margin-bottom: 18px;
}
.print_top {
	margin-top: 18px;
}
.print_top ul {
	list-style: disc;
    padding: 0;
    margin: 0 0 0 2em;
}
.print .estimate {
	margin-top: 18px;
}