@charset "UTF-8";
/* CSS Document */

table {
    width: 100% !important;
}

.election-results .results-block span {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.racename {
    color: #000000;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    background-color:transparent;
}

.prereporting {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    background-color:transparent;
    text-align: left;
}

.canname {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    height: 45px;
    padding-left: 30px;
    background-color: transparent;
    width: 0%;
}

.votetotal {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    background-color: transparent;
    width: 14%;
    text-align: left;
}

.pcttotal {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    background-color: transparent;
    width: 55%;
    text-align: left;
}

.prereporting center {
    text-align: left;
    padding: 6px 0px;
    border-bottom: 2px solid #818181;
}

.backtotop {
    color: #000000;
    font-family: arial, helvetica;
    font-size: 12px;
    border-bottom: 1px solid #818181;
}

tr:nth-child(4n+5) {
    background: #f9f9f9 !important;
}

td.winflag::after {
    background-color: #82a431;
    content: "\2713 ";
    color:#fff;
    border-radius: 50%;
}

.winflag {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    background-color:transparent;
}
