@media print{
	html, body {
		height: auto;
	}
	body{
		background:none;
		color:#000;
	}
	#page{
		min-height: 100%;
	}
	.page-holder,
	#main,
	.fix-width.region-content-holder{
		padding:0;
	}
	html .fix-width{
		width:100%;
	}
	.print-logo{
		display:block;
	}
	.logo,
	.main-menu,
	#sidebar,
	#footer,
	.questionnaire-banner,
	.questionnaire-menu,
	.result-actions{
		display:none;
	}
	.questionnaire-holder{
		margin-top:0;
		width:100%;
		padding:0;
		border:none;
	}
	.questionnaire-holder p{
		width:100%;
	}
	#content{
		float:none;
		width:100%;
		color:#000;
	}
}
