table.votecount {
    width: 500px;
    text-align: center;
    border-collapse: collapse;
}
table.votecount h2 {
    font-weight: bold;
    font-size: 110%;
}
table.votecount h3 {
    font-weight: bold;
    font-size: 100%;
}
table.votecount p, table.votecount h2, table.votecount h3 {
    margin: 0;
}
table.votecount td, table.votecount th {
    border: 1px solid #999;
    padding: .25em .5em;
}
table.votecount th.top-left {
   border-top: none;
   border-left: none;
}
table.votecount p.total {
    text-decoration: overline;
}
table.votecount th p {
    font-weight: normal;
}
table.votecount .democrat {
    background-color: inherit;
    color: blue;
}
table.votecount .republican {
    background-color: inherit;
    color: red;
}
table.votecount .cross-endorsed {
    background-color: inherit;
    color: purple;
}
.republican td.winner {
    background: #fff url(/wp-content/uploads/redcheck.png) 100% 100% no-repeat;
}
.democrat td.winner {
    background: #fff url(/wp-content/uploads/bluecheck.png) 100% 100% no-repeat;
}
td.cross-endorsed.winner {
    background: #fff url(/wp-content/uploads/purplecheck.png) 100% 100% no-repeat;
}

