html, body {
    background: #f2f2f2;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #000;
	margin: 0px;
	padding: 0px;
	-webkit-print-color-adjust: exact !important;
}

@paga {background: #fff; size: 210mm 297mm;}
@page: left {@bottum-left {content: "Pagina " counter(page) " van " counter(pages);}}

header, .header, .progressbar, .search_form, .material-icons, .button, .noPrint {display: none !important;}
main {
	background: #fff;
	margin: 0 auto;
	height: 297mm;
	width: 210mm;
	box-shadow: none;
	min-height: none;
	margin: none;
}
	.projectlist {
		width: 100%;
		box-shadow: none;
		margin: none;
		background: #fff;
	}
	
	table {
		border: 0px;
		border-radius: 0px;
	}
		.answerHead {
			background: #000 !important;
			color: #fff;
			font-size: 16px;
		}
			
		.totalA4 {
			box-shadow: none;
			margin: none;
		}
			h1, h2 {color: #000; font-size: 18px;}
			.readShow {display: block;}	
			.readHidden {display: none;}
			
			select {
				background-color: #fff !important;
				margin: 0px !important;
				padding: 5px !important;
			}

			tr:hover {background: none !important;}
	
	fieldset {
		box-shadow: none;
		background: #fff;
	}