/* title highlight color */
.branding__title--custom-text > b {
    color: #ee2e24;
}

/* RESULTS TABLES */
.container h2 {
    font: bold 13px Arial, sans-serif; color: #000; margin: 0 0 6px 0; border-bottom: 5px solid #000;
    padding: 18px 0 3px 0; text-transform: uppercase;
    background: transparent url('//media.npr.org/news/specials/2010/elections/images/results-key.gif') no-repeat right 19px;
}
.container .elexResultsTable { margin-bottom: 18px; }
.container .elexResultsTable table {
    border-collapse: collapse; margin: 0; padding: 0; display: block; position: relative; clear: both;
}
.container .elexResultsTable table {
    width: 100%;
}
.container table td.eln-office-name,
.container.medium table td.eln-office-name,
.container .elexResultsTable table td.eln-office-name {
    padding: 0 0 6px 0;  text-align: left;  color: #666;
    font: bold 16px Arial, sans-serif;  border: none;
}
.container.medium table td.eln-date,
.container.medium table td.eln-bodyregular,
.container table td.eln-date,
.container table td.eln-bodyregular {
    color: #999;
    font-size: 12px;
    padding-bottom: 6px;
}
.container table.body,
.container .elexResultsTable table.body {
    display: table;
}
.container table.body td,
.container table.body tr.eln-bodyregular td.eln-bodyregular,
.container.medium table.body td,
.container.medium table.body tr.eln-bodyregular td.eln-bodyregular,
.container.medium table.body tr.eln-bodyreg-bar td.eln-bodyregular,
.container .elexResultsTable table.body td,
.container .elexResultsTable table.body tr.eln-bodyregular td.eln-bodyregular,
.container .elexResultsTable table.body tr.eln-bodyreg-bar td.eln-bodyregular {
    width: auto; float: none; position: static; display: table-cell;
    padding: 4px 0; font-size: 12px; line-height: 16px; color: #333;
    border-bottom: 1px dotted #CCC; font-weight: normal; text-transform: none;
}
.container.medium table.body td,
.container.medium table.body tr.eln-bodyregular td.eln-bodyregular,
.container.medium table.body tr.eln-bodyreg-bar td.eln-bodyregular {
    font-size: 11px;
}
.container .elexResultsTable table td.eln-date,
.container .elexResultsTable table td.eln-bodyregular {
    color: #666; font-size: 11px; text-transform: uppercase;
}
.container table.body td.eln-subhed-table {
    font: bold 13px Arial, Helvetica, sans-serif; color: #666;
    border-bottom: 3px solid #CCC; padding-top: 10px; white-space: nowrap;
}
.container.medium table.body td.eln-subhed-table,
.container .elexResultsTable table.body td.eln-subhed-table {
    padding-top: 10px; font-weight: bold; font-size: 11px; color: #333; border-bottom: 3px solid #CCC; white-space: nowrap;
}
#content p.key { font-size: 11px; color: #666; margin: 0 0 12px 0; }
p.note { font-size:11px; }
