th {
    background-color: #5bbf56;
    font-weight: bold;
}

th, td {
    padding: 5px 10px;
    text-align: center;
}

tbody tr:nth-child(even){
    background-color: #c5fbbf;
}