body {
	font-family: Ubuntu, sans-serif;
}

table {
	width: 300px;
	border-collapse: collapse;
}

tr, td, th {
	text-align: center;
}

tr {
	height: 30px;
}

tbody tr:nth-child(odd) {
	background-color:#e7f0ed;	
}

tbody tr:nth-child(even) {
	background-color:#e7ffed;
}

th {
	background-color: #628ca6;
	color: white;
}

tr {
	height: 33px;
}

thead {
	font-weight: bold;
}

thead tr:first-child {
	background-color: #7fb9c2;
	color: black;
	font-weight: Bold;
	position: center;
	height: 45px;
	font-size: 1.5em;
}

tbody tr:nth-child(4) td:last-child {
	background-color: #628ca6;
	color: white;
}

tbody tr:nth-child(5) td:first-child {
	font-style: italic;
}

tfoot {
	background-color: #7fb9c2;
	color: black;
	position: center;
	font-size: .75em;
}

table, td, th {
	border: 1px solid #d9d4d9;
}
