

#main-container{
	width: 100%;
	margin-bottom:35px;
}

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

tr{
	border-bottom:1px dashed #999;
}

th, td{
	padding: 5px;
	font-family: 'ArchivoNarrowregular', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 22px;
	margin: 0;
	margin-bottom: 8px;
}

thead{
	background-color: #999;
}

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

tr:hover td{
	background-color: #C1DADD;
}










