Predefinição:Cabeçalho do microfinanciamento/style.css

table:not(.header){
	width:100%;
	background-color: #FFFFFF !important;
	border: 2px solid #3366BB !important;
}

tr:first-child th:not(.header) {
	background-color: #3366BB !important;
	border-right: 2px solid #FFFFFF !important;
	padding: 10px;
	color: #FFFFFF;
}

tr th:last-child:not(.header) {
	border: 2px solid #3366BB !important;
}

th:nth-child(3) {width: 1%; white-space: nowrap;}
th:nth-child(4) {width: 1%; white-space: nowrap;}
th:nth-child(5) {width: 1%; white-space: nowrap;}

td:not(.header) {
	background-color: #FFFFFF !important;
	border: 2px solid #3366BB !important;
	padding: 10px;
}