.area {
	text-transform: uppercase;
	margin-bottom: 1ex;
}

.act {
	margin-bottom: 1ex;
}

/*
 * Estilos das listagens
 */

.graph_bar {
	height: 20px;
}

tr:nth-child(6n) > td > .graph_bar {
	background-color: firebrick;
}
tr:nth-child(6n+1) > td > .graph_bar {
	background-color: darkorange;
}
tr:nth-child(6n+2) > td > .graph_bar {
	background-color: gold;
}
tr:nth-child(6n+3) > td > .graph_bar {
	background-color: seagreen;
}
tr:nth-child(6n+4) > td > .graph_bar {
	background-color: deepskyblue;
}
tr:nth-child(6n+5) > td > .graph_bar {
	background-color: burlywood;
}

