/* Added by ndw 18 Jan 2023 */
html {
    font-size: 14pt;
    max-width: 50em;
}

table {
    border-spacing: 0;
    border: 1px solid #aaaaaa;
}

tr td, tr th {
    font-size: 14pt;
    padding: 0.25em;
    border-left: 1px solid #cccccc;
}

tr td:first-child, tr th:first-child {
    border-left: none;
}

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