body {
	background: linear-gradient(#e2e2e2, white);
	font-family: sans-serif;
}

table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

table th {
	text-align: center;
	font-size: 15px;
	color: white;
	background-color: #339348;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 3px solid #5BC674;
	border-bottom: 3px solid #5BC674;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

table tbody td {
	text-align: center;
	font-size: 15px;
	/*font-weight: bold;*/
	/*border-right: 3px solid white;*/ 
	border-left: 3px solid #5BC674;
	border-top: 3px solid #5BC674;
	border-bottom: 3px solid white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

tr.endrow {
	background-color: #dadada;
}

tr:hover {background-color: #f5f5f5;}

p, h1, h2 {
	text-align: center;
}