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

tr:nth-child(even) {}

td {
    /*white-space: nowrap; */
    padding: 3px;
    text-align: center;
}

tr:nth-child(1) {
    background-color: #73ad75;
    color: white;
    text-align: center;
}

tr:nth-child(1) td {
    text-align: center;
}


table {
    margin: 20px auto 20px auto;
    border: 1px solid #0098ca;
    font-size: 20px;

}