table {
    padding: 5px;
    font-family: sans-serif;
    font-size: 12px;
    width: 100%;
}

td {
    padding: 10px;
    margin: 10px;
}

tr:nth-child(odd) {
    background: #ffffd4;
}

tr:nth-child(even) {
    background: #d4eaff;
}

thead {
    font-family: serif;
    font-size: 18px;
}

th {
    background: #ead4ff;
    height: 50px;
}
