@media print {

	@page {
		size: A4 portrait;
		/*width: 21cm;*/
		/*height: 29.7cm;*/
		margin: 0 0 0.55cm 0;
	}

	body {
		font-size: 60%;
	}
	/* Hide elements that are not needed on the printed page */
	.no-print {
		display: none;
	}

	h4 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1.1rem;
	}
	
	h5.rpt_title {
		font-size: 1.3rem;
	}
	
	.govcy-efs-medium {
		font-size: 60% !important;
	}
	

	
}