table{
	font-family: Ubuntu, sans-serif;
	border-collapse:collapse;
	text-align:center;
	box-shadow: 10px 10px 15px #628ca6;
	background-color:#7fb9c2;
	margin-left:auto;
	margin-right:auto;
}
.blue{
	background-color:#628ca6;
	color:white;
}
tr:nth-child(even){
	background-color:#e7f0ed;
}
tr:nth-child(odd){
	background-color:#e7ffed;
}
thead th{
	font-size:1.5em;
	background-color:#7fb9c2;
}
#italicized{
	font-style: italic;
}
tfoot td{
	font-size:.7em;
	background-color:#7fb9c2;
}
tr:nth-child(1){
	font-size:1.1em;
}
th, td{
	padding:7px;
}
table, th, td{
	border: 1px solid #b2b2b2;
}