﻿



.section_header {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
}


.stat_section {
    font-family: Roboto;
    font-size: 20pt;
    color: #1a61ac;
}

.stat_heading {
    font-family: Roboto;
    font-size: 10pt;    
}


.party_row {
    
    font-family: Roboto;
    font-size: 10pt;
    border-bottom-style: solid;
    border-bottom-color: silver;
    border-bottom-width: 1px;
}

.party_col {
    border-bottom-style: solid;
    border-bottom-color: #ededed;
    border-bottom-width: 1px;
    color: #1a61ac;
}


.perc_col {
    color: #1a61ac;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
    border-bottom-width: 1px;
    text-align: left;
    padding-left: 4px;
}


table {
    border-collapse: separate;
    border-spacing: 0 0px;
    box-shadow: 1px 1px 5px #dddddd;
}

.chart_heading{
    font-family: Roboto;
    font-size: 13pt;
    text-align: center;    
}

.chart_area {
    margin: 0 auto;
}