body{
	font-family: Arial;
}

#main-container{
	margin: 150px auto;
}

table{
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

th, td{
	padding: 20px;
}

thead{
	background-color: #222323;
	border-bottom: solid 5px #FFFFFF;
	color: white;
}

tr:nth-child(even){
	background-color: #ddd;
}
tr:hover td{
	background-color: #1988AD;
	color: white;
}
