@media print {
	header, footer {display:none;}
	.noprint {display:none;}
	.header-empty-space {display:none;}
	
	/** Setting margins */       
	@page { margin: 2cm }
	
	@bottom-left {content: "FD STUDIO";}
	
	body {
		font: 16px Georgia, "Times New Roman", Times, serif !important;
		line-height: 1.3 !important;
		background: #fff !important;
		color: #000 !important;
	}
}