.DPSDITDOPCovidInformation {
    width: 40em;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

table.DPSDITDOPCovidStats td, th {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    border-collapse: collapse;
}

table.DPSDITDOPCovidStats th {
    text-align: center;
    vertical-align: bottom;
}

table.DPSDITDOPCovidStats td.datacolumn {
    width: 10ch;
    text-align: right;
}

table.DPSDITDOPCovidStats .columntotal {
    width: 10ch;
    font-weight: bolder;
    font-size: 110%;
}

table.DPSDITDOPCovidStats tr:nth-child(even) {
    background-color: #ecf0f3;
}

table.DPSDITDOPCovidStats td.massTestedFlag {
    font-weight: bolder;
    font-size: 110%;
    color: darkblue;
}

