table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #025306;
    ;
    color: white;
}

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