@media print {
	.header {
		background: none !important;
	}
	.noprint, .noPrint {
		display: none !important;
	}
	#content, #page {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
	}
	.invRow {
		margin: 0 0 5px 0 !important;
	}
	 
	/** Setting margins */       
	@page {
		margin: 1cm !important;
	}
	/* Or: */
	@page :left {
		margin: 0.5cm !important;
	}
	@page :right {
		margin: 0.5cm !important;
	}
	/* The first page of a print can be manipulated as well */
	@page :first {
		margin: 0.5cm 1cm !important;
	}
	.invoice .invFooter .barcode {
		padding-top: 10px;
	}
}