table {
	width: 97%;
	border-spacing: 0;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:10px;
	margin-top:20px;
	empty-cells: hide;
}

td {
	padding: 10px 20px;
	text-align: center;
	color: #222222;
	font-weight: 700;
	border-bottom: 1px solid #F4EEE8;
	border-right: 1px solid #F4EEE8;
	transition: all 0.5s linear;
	background: #d9d9d9;
}

td:first-child {
	text-align: center;
	color: #222222;
	font-weight: 700;
}

th {
	padding: 10px 20px;
	color: #222222;
	font-size:20px;
	text-align: center;
	border-bottom: 1px solid #F4EEE8;
	border-right: 1px solid #F4EEE8;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

td:nth-child(3) {
	background: #F6D27E;
}

th:nth-child(even)  {
	background: #b1b8c7;
}

th:nth-child(odd)  {
	background: #b1b8c7;
}

.round-top {
	border-top-left-radius: 5px;
}

.round-bottom2:first-child {
	border-bottom-left-radius: 5px;	
		
}

tr:hover td{
	background: #7cc576;
	
}

tr:hover td:nth-child(3) {
	color:#92000a;
}
