/*
 * Standard styling for the operating_awards/*_roster.php tables.
 * Each roster used to repeat this block (18+ files); centralized here
 * and loaded via cPage::Head([..., '/css_files/award_roster.css']).
 *
 * Rosters with non-default sizing (e.g. triplekey_roster) override
 * the table width via an inline cPage::Head callback after this file.
 */

table {
    width: 806px;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    margin-left: -10px;
}

tr, th, td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 2px;
}

th {
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    background-color: #c3d5ec;
}

td {
    font-family: Arial, sans-serif;
    font-size: 13px;
    empty-cells: show;
}
