@charset "UTF-8";
/* CSS Document */

h3 {
	text-transform: uppercase;
}
.data th {
	vertical-align: bottom;
}
.data td+td {
	width: 12%;
}
.data td+td+td+td+td+td+td {
	width: 18%;
}
.data thead tr th+th+th {
	background-color: rgb(112,179,115);
}
.data thead tr+tr th+th+th {
	background-color: rgb(93,141,195);
}
.data thead tr+tr th+th+th+th+th {
	background-color: rgb(112,179,115);
}
