/*------------------------------------
    		$Table
------------------------------------*/
.table{ 
	color: #fff; 
	font-size: 1rem;  
	margin: 0 auto; 
	width: 80%; 
}
.table thead > tr > th{
	color: #82be10;
	text-align: center;
	background-color: #000;
}
.table thead > tr > th:nth-child(1){ width: 15%; }
.table thead > tr > th:nth-child(2){ width: 20%; }
.table thead > tr > th:nth-child(3){ width: 20%; }
.table thead > tr > th:nth-child(4){ width: 45%; }

.table thead > tr > th,
.table tbody > tr > td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.table tbody > tr > td:first-child{ 
	color: #282828;	
	font-weight: bold;
	text-align: center; 
}
.table tbody > tr:nth-child(1) > td:first-child,
.table tbody > tr:nth-child(6) > td:first-child,
.table tbody > tr:nth-child(9) > td:first-child,
.table tbody > tr:nth-child(13) > td:first-child,
.table tbody > tr:nth-child(16) > td:first-child,
.table tbody > tr:nth-child(18) > td:first-child,
.table tbody > tr:nth-child(19) > td:first-child{ background-color: #76be3d; }

.table tbody > tr:nth-child(2) > td:first-child,
.table tbody > tr:nth-child(20) > td:first-child{ background-color: #7ce577; }

.table tbody > tr:nth-child(3) > td:first-child,
.table tbody > tr:nth-child(7) > td:first-child,
.table tbody > tr:nth-child(10) > td:first-child,
.table tbody > tr:nth-child(11) > td:first-child,
.table tbody > tr:nth-child(14) > td:first-child,
.table tbody > tr:nth-child(15) > td:first-child,
.table tbody > tr:nth-child(17) > td:first-child{ background-color: #9cffd9; }

.table tbody > tr:nth-child(4) > td:first-child,
.table tbody > tr:nth-child(8) > td:first-child,
.table tbody > tr:nth-child(21) > td:first-child,
.table tbody > tr:nth-child(22) > td:first-child{ background-color: #b6efd4; }

.table tbody > tr:nth-child(5) > td:first-child,
.table tbody > tr:nth-child(12) > td:first-child{ background-color: #a0ccda; }