﻿.background {
    fill: none;
    pointer-events: all;
}

#states {
    fill: #fff;
    stroke: black;
    stroke-width: .5px;
}

    #states .filled {
        fill: #3399CC;
    }

#state-borders {
    fill: none;
    stroke: #fff;
    stroke-width: .5px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

.bar-chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.polarchartdiv {
    width: 100%;
    height: 250px;
    font-size: 11px;
}

.counties-block {
    margin-top: 50px;
    margin-left: 25px;
    height: 250px;
}

.county-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 250px;
}

.county-item:hover {
    cursor: pointer;
}

.counties-heading {
    background-color: #eaeef1;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

.li-right {
    float: right;
}

.chart-types {
    margin-left: 80px;
    padding-bottom: 20px;
}

tspan {
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #788288;
}

.poll-analysis {
    margin: 20px;
}

.representation-differences {
    list-style-type: none;
    padding-left: 0px;
}

.poll-analysis-btn {
    margin-left: 30px;
    margin-bottom: 10px
}

.green {
    color: green;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.blue {
    color: cornflowerblue;
}

.bold {
    font-weight: bold;
}
