*{
	margin:0;
	padding:0;
}

table{
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

th, td{
	padding: 10px;
}

thead{
	background-color: #2ecc71;
	border-bottom: solid 5px #0F362D;
	color: white;
}

tr:nth-child(even){
	background-color: #DDD;
}

tr:hover td{
	background-color: #246355; 
	color: white;
}

