.table thead, .table > thead > tr > th {
background:#fde61b;
color:#02341a;
border: 1px solid #358e60;
border-left:none;
border-right:none;
}
.table thead th{
   text-align: center;
}

.table, .table td {
    border: 1px solid #358e60;
}

.table tbody tr:nth-last-of-type(odd) {
    background:#02341a;
    padding: 15px;



}

.table tbody  tr:nth-last-of-type(even) {
    background:#00401f;
    
    padding: 15px;

}