@media print{
	body{
		margin: 0 !important;
		padding: 5px !important;
		width: auto !important;
		background:none !important;
	}
	div{
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		margin: 0 !important;
		padding: 5px !important;
	}
	a{
		color:#000000 !important;
	}
	.noprint, .footer, .header {
		display: none !important;
		height: 0;
		width: 0;
	}
	.content{
		width: auto !important;
		border: 0px !important;
		padding: 0px !important;
	}
	.section{
		height: auto !important;
		margin-bottom: 50px;
	}
	h1, h2, h3, h4{
		margin: auto !important;
	}
}