table {
	font-size: 15px;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: -20px; 
	}
	th, td:first-child {
	background: #AFCDE7;
	color: white;
	padding: 10px 20px;
	text-align: center
	}
	th, td:first-child:hover {
	background: ##FED383;
	}
	th, td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
	text-align: center;
	}
	td {
	background: #D8E6F3;
	}
	tr:hover td{
	background: #FED383;
	}
	th:first-child, td:first-child {
	text-align: center;
	}
