.interactiveContainer {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.searchContainer {
    float: left;
    width: 170px;
    margin-bottom: 10px;
    position: absolute;
    left: 60px;
    top: 20px;
    height: 24px;
}
#search {
    float: left;
    outline: none;
    width: 110px;
    font-size: 16px;
    height: 100%;
    margin-top: 2px;
    padding: 2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
    .searchContainer {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: absolute;
        left: 20px;
        top: auto;
        bottom: 20px;
    }
}
.error {
    float: left;
    margin-left: 10px;
    color: red;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    display: none;   
}
.graphicHeader {
    font-size: 25px;
    font-weight: 100;
}
.searchWords {
    float: left;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    margin-right: 10px;
    margin-top: 3px;
}
.searchButton {
    float: left;
    border: 1px solid #999;
    background: #DFE6EB;
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: #444;
    font-size: 13px;
    padding: 2px 6px 3px;
    margin-left: -2px;
    margin-top: 2px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchButton:hover {
    color: black;
}
.mapContainer {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    border: 1px solid #aaa;
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;

}
@media screen and (max-width: 520px) {
    .mapContainer {
        float: left;
        width: 100%;
        height: 380px;
        position: relative;
        border: 1px solid #aaa;
    }
}

@media screen and (max-width: 340px) {
    .mapContainer {
        float: left;
        width: 100%;
        height: 360px;
        position: relative;
        border: 1px solid #aaa;
    }
    .graphicHeader {
        font-size: 20px;
    }
}

.info {
    padding: 12px 16px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 140px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.toolHeader {
    margin-top: 10px;
    font-weight: bold;
}
.toolItem {
    width: 50% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toolbar {
    float: right !important;
    width: 100%;
}
.townName {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: "Source Sans Pro",Arial,sans-serif;
}
.faded {
    opacity: 0.4;
}
.tools {
    float: left;
    width: 100%;
}

.legend {
    position: absolute;
    right: 10px;
    bottom: 20px;
    line-height: 18px;
    color: #555;
    width: 150px;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}
.legendKicker {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
.legendColorBox {
    float: left;
    width: 100%;
    height: 30px;
    box-shadow: 2px 1px 8px -3px #000;
    -moz-box-shadow: 2px 1px 8px -3px #000;
}
.legendNumberBox {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}
.legendColor {
    float: left;
    width: 11.111111111%;
    height: 100%;
}
.legendNumber {
    float: left;
    width: 33.333333333%;
}
.legendNumber:first-child {
    text-align: left;
}
.legendNumber:nth-child(2) {
    text-align: center;
}
.legendNumber:last-child {
    text-align: right;
}
.legend i {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.labelItem {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-bottom: 8px;
}
.topItem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: bold;
}
.rightLabel {
    margin-top: 0px;
    float: left;
    width: 100%;
    padding-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    font-family: "Source Sans Pro", Arial, sans-serif;
}
.rightValue {
    margin-top: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 100;
}
.runnerup {
    margin-top: 20px;
}
.legendItem {
    float: left;
    height: 16px;
    font-size: 12px;
    margin: 5px 10px 5px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}
.red, .blue, .green, .none {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border: 1px solid #333;
}
.red {
    background: #FF2121;
}
.blue {
    background: #3421FF;
}
.green {
    background: #49CF32;   
}
.none {
    background: #fff;
}
.mapKey {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}
.margin {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}
.tableTop, .tableMiddle {
    float: left;
    width: 100%;
}
.hBox {
    float: left;
    width: 20%;
    text-align: center;
}
.tableTop .hBox {
    font-size: 10px;
}
.tableMiddle .hBox {
    color: red;
}
.infobox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 150px;
    background: rgba(255,255,255,0.96);
    border-radius: 3px;
    min-height: 20px;
    padding: 10px;
    box-shadow: 2px 1px 8px -3px #000;
    -moz-box-shadow: 2px 1px 8px -3px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grayout {
    color: #999;
}