@media print {
	* {
		background: transparent !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	body {
		margin: 0 !important;
		padding: 0 !important;
		font-weight: normal !important;
	}
	#tblDetalhes {
		font-weight: normal !important;
	}
	.titSecoes {
		font-weight: lighter !important;
	}
	#detalhes p, .negrito {
		font-weight: bold !important;
		color: #babdb6 !important;
		letter-spacing: 0.6px !important;
	}
	.imprime {
		display: block;
	}
	.nao-imprime {
		display: none;
	}
}