@media print {
	.INVISIVEL
	{
		visibility: hidden;
	}

	.naoImprimivel, .btnRetornar, .impressora {
		display: none !important;
	}
	
	table.resultado tbody tr td, table.resultado thead tr th, table.resultado tfoot tr td{
		border: 1px solid black;
		padding: 0.2em;
		color: #000;
	}

	table.resultado thead tr th {
		font-weight: bolder;
	}

	table.resultado tfoot tr td {
		font-weight: bold;
	}
	
	.quebraPaginaSeImprimir {
		page-break-after: always;
	}

	.apenasImprimivel {
		display: inline;
	}

	button {
		display: none;
	}
}