
.table tbody tr:nth-child(odd) {
	background-color:#9CEF87;
}

.table tr td:nth-child(2),.table tr th:nth-child(2) {
	width:20%;
}
  
.table th {
  	color:#009160;
	font-size:18px;
	font-weight:600;
	margin:0;
	padding:0;
}
