@page {
	size: A4;
	margin: 20;
}

@media print {
	html, body {
		width: 210mm;
		height: 297mm;
	}
	/* ... the rest of the rules ... */

	.print-hidden {
		display: none;
	}
}

/* Style principal usado em toda tabela */
* {
	padding: 0;
}

.body {
	font-family: serif !important;
}

.tablePrincipal {
	width: 20cm;
	height: 25cm;
	z-index: 100;
	position: absolute;
	/*border:#000000 solid 1px;*/
}

.texto-p {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.texto-g {
	font-size: 13px;
}

.m-0 {
	margin-bottom: 0;
	margin-top: 0;
}

table.table-principal {
	border-collapse: collapse;
}

.subtable {
	border-collapse: collapse;
	border: 1px solid #000;
}

.subtable th, .subtable td {
	border: 1px solid #000;
	text-align: center;
	font-size: 11px;
}

.text-center {
	text-align: center;
}

.border-1 {
	border: 1px solid black;
}

.ptb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pl-5px {
	padding-left: 5px;
}

.bt-none {
	border-top: none;
}

.p-5 {
	padding: 5px;
}

.titulo {
	margin-left: 3px;
}

table.table-principal td {
	vertical-align: top !important;
}