/*
    Propriedades das tabelas
*/
.columnTotal {
    text-align: right;
    font-weight: bold;
}

.columnSum {
    font-weight: bold;
}

.nested-sortable, .nested-1, .nested-2, .nested-3 {
	margin-top: 5px;
}

.nested-1 {
	background-color: #e6e6e6;
}

.nested-2 {
	background-color: #cccccc;
}

.nested-3 {
	background-color: #b3b3b3;
}

.tinted {
	background-color: #fff6b2;
}

caption {
	caption-side: top;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
  }