details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.graphic {
    font-family: McClatchy Sans, Helvetica, Arial, sans-serif;
}
.graphic h3 {
    margin-top: 10px;
    width: 100%;
    font-family: McClatchy Sans Condensed, Helvetica, Arial, sans-serif;
    color: #000;
}
.graphic p {
    color: #000;
    font-size: 14px;
    width: 100%;
}
.results .row {
    margin: 0;
}
.note {
    font-size: .8em;
	text-align: right;
}
.note span {
    width: 90%;
}
.source {
    margin-bottom: 20px;
}
.credit {
    float: right;
    text-align: right;
}
.credit span {
    width: 50%;
    font-weight: 500;
}
.name {
    width: 15em;
}
.table > tbody > tr > .pct-wrapper {
    padding: 5px;
    vertical-align: middle;
    min-width: 15em;
}
@media (max-width: 400px) {
    .table > tbody > tr > .pct-wrapper {
        min-width: 5em;
    }
}
.per td {
    background-color: #efefef;
    border-radius: 25px;
}
.pct-bar {
    border-radius: 55px;
    height: .6em;
    position: relative;
    display: block;
    background-color: #0066B3;
    min-width: 5%;
}
.pct-bar.winner {
    background-color: #5ccd6b;
}
.race-wrapper:not(.race-wrapper.col-sm-6) {
    margin: 30px auto;
}
.race-wrapper tr.winner {
    font-weight: 700;
}
.race-wrapper tr.winner .candidate:before {
    font-family: FontAwesome;
    content: "\f046";
    padding-right: 2px;
    vertical-align: middle;
}
.table > thead > tr > th {
    border-bottom: none;
	text-align: left;
}
.table > tbody > .reported > td {
    border-top: 1px solid #ccc;
    color: #9e9e9e;
    padding: 0;
    padding-left: 8px;
    padding-bottom: 10px;
}
.graphic th {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #9e9e9e;
}
.race-wrapper.col-sm-6 {
    height: 200px;
}
.race-wrapper.col-sm-6:last-of-type,
.race-wrapper.col-sm-6:nth-of-type(3) {
    height: 165px;
}
.table > tbody > .reported > td {
    border-top: 1px solid #ccc;
    color: #9e9e9e;
    padding: 0;
    padding-left: 8px;
    margin-top: 10px;
	text-align:right;
}
.table > tbody > tr > td {
    vertical-align: top;
}
.graphic .table {
    margin: 0;
	box-sizing:border-box;
	border-top: 3px solid #aaa;
	width:100%;
}
.results-header {
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.graphic > span {
    color: #9e9e9e;
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
.graphic td {
    font-size: .8em;
}
.graphic h4 {
    font-size: .9em;
    padding-left: 5px;
	font-family: McClatchy Sans Condensed, Noto Sans, Helvetica, Arial, sans-serif;
}
.race-wrapper.col-sm-6:first-of-type,
.race-wrapper.col-sm-6:nth-of-type(3) {
    padding-left: 0;
}
.race-wrapper.col-sm-6:nth-of-type(2),
.race-wrapper.col-sm-6:nth-of-type(4) {
    padding-right: 0;
}
@media (max-width: 767px) {
    .race-wrapper.col-sm-6 {
        height: 210px;
        padding: 0;
    }
    .race-wrapper.col-sm-6:nth-of-type(2) {
        height: 190px;
    }
    .race-wrapper.col-sm-6:last-of-type,
    .race-wrapper.col-sm-6:nth-of-type(3) {
        display: none;
    }
}
@media (max-width: 334px) {
    .graphic thead tr th:nth-child(2),
    .pct-wrapper {
        display: none;
    }
}
@media (min-width: 767px) {
    .race-wrapper:not(.single .race-wrapper) {
    margin: 30px 15px;
	max-width:50%;
	min-width:23%;
	}
	.graphic .flex-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
	}
}

