h2 {
    font-size:70px;
    margin-bottom:5px;
    line-height: 120%;
}
h2 small {
    color: #404040;
    font-size:30px;
    line-height:140%;
}
h4 {
    margin-top:25px;
    border-bottom:1px solid #ddd;
    margin-bottom:15px;
    padding-bottom:4px;
}
.right_rail h4 {
    border-bottom:none;
}
h5 {
    margin:20px 0px 10px 0px;
}
table.chart {
    margin: 20px 0px;
}
.chart-bar {
    height: 30px;
    min-width:1px;
}
.chart-bar.support {
    background-color: #544987;
}
.chart-bar.oppose {
    background-color: #926A2B;
}
td.chart-bar-container {
    width:100%;
}
td.chart-bar-label {
    font-size:12px;
    font-weight:bold;
    padding-right:4px;
}
td.chart-bar-amount {
    padding-left:4px;
    font-size:13px;
}
.map_container {
    width:50%;
    min-width:300px;
    float:left;
}
.map {
    width:300px;
    height:185px;
    margin:0px;
}
.tooltip_header {
    font-size:13px;
    font-weight: bold;
    margin:0px 0px 3px 0px;
}
.tooltip_body {
    font-size:14px;
    margin:0px;
}
.key{
    margin:10px 0px 40px -15px;
    font-family: "Helvetica", Arial, sans-serif;
    clear:both;
}
.swatch{
    height:16px;
    width:45px;
    float:left;
}
.key_label{
    float:left;
    font-size:10px;
    width:45px;
    text-align:center;
    margin-right:1px;
}
.key_divider{
    width:0px;
    height: 22px;
    border-right: 1px dotted #484848;
    float:left;
}
.swatch_container{
    margin-left:22px;
}
.label_container{
    clear:both;
    display:block;
    margin-top:2px;
}
.related_item {
    margin-bottom:15px;
}
.related_item a {
    font-size:15px;
    color: #333;
    font-weight:bold;
}
.related_item p, .related_item p a {
    font-size:13px;
    color: #484848;
    line-height:130%;
    margin-top:4px;
    font-weight:normal;
}
small.prop_title {
    color: #404040;
    font-size:30px;
    line-height:140%;
}
.endorsement-box {
    width:55px;
    height:55px;
    background:#383838;
    color:white;
    float:left;
    margin-right:15px;
    text-align:center;
    font-size:18px;
    text-transform:uppercase;
    line-height:55px;
    font-weight:bold;
}
table.state_compare {
    width: 300px;
    font-size:13px;
    margin-top:10px;
}
.endorsement_explainer {
    font-size:14px !important; 
    line-height:20px !important;
}
div.section_divider {
    width:90%;
    height: 1px;
    background-color:#eee;
    margin: 15px auto;
}
.sec-state-thumb {
    border: 1px solid #ddd;
    float:left;
    margin-right:15px;
    width:92px;
    height:120px;
}
.sec-state-thumb:hover {
    border: 1px solid #888888;
}

@media (max-width: 480px) {
    .map_container {
        min-width:279px;
        margin-right:25px;
    }
    table.state_compare {
        width:100%;
    }
    .map {
        margin-left: -10px;
    }
}