@media print {
				
	.hid-print {
		display: none;
	}
	
	#iframeAnimacao {
		display: none;
	}
	
	div.cabecalho {
		position: fixed;
		font-size: 14px;
		margin: 0 auto;
		bottom: 0;
	}
	
	table.print {
		font-size: 0.3cm;
		font-weight: normal;
		padding: 0;
		margin: 0;
		page-break-before: always;
 		page-break-after: always;
	}
	
	table.print thead {
		display: table-header-group; 
	}
	
	th.print {
		text-align: right;
		font-weight: bold;
		column-span: all;
		break-before: column; 
		break-inside: avoid-column; 
		break-after: avoid-column;
	}
	
	td.print {
		padding: 0;
		margin: 0;
		font-size: 0.3cm;
	}
	
}