body {
    background-color: #daf4e7;
}

table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #000000;
}

th {
    background-color: #389e6d;
    text-align: left;
    padding: 7.9px;
    border: 2px solid #000000;
    cursor: pointer;
}
  
td {
    text-align: left;
    padding: 7.9px;
    border: 2px solid #000000;
}
  
/* Alternate row background color */
tr:nth-child(even) {
    background-color: #e7e7e7;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}