.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: 100%;
    margin-bottom: 10px;
    position: absolute;
    left: 60px;
    top: 20px;
}
#search {
    float: left;
    outline: none;
    width: 110px;
    font-size: 16px;
}
@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: #eee;
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: #888;
    font-size: 13px;
    padding: 2px 6px 3px;
    margin-left: -2px;
    margin-top: 2px;
    cursor: pointer;
}
.searchButton:hover {
    background: #ddd;
}
.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: 200px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.toolHeader {
    margin-top: 10px;
    font-weight: bold;
}
.townName {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.faded {
    opacity: 0.7;
}
.tools {
    float: left;
    width: 100%;
}

.legend {
    position: absolute;
    right: 10px;
    bottom: 20px;
    line-height: 18px;
    color: #555;
    width: 200px;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}
.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: 4px;
}
.topItem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: bold;
}
.rightLabel {
    margin-top: 0px;
    float: left;
    width: 50%;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: maroon;
    font-family: "Source Sans Pro", Arial, sans-serif;
    line-height: 11px;
    margin-bottom: 4px;
}

.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;
}
.pulldown {
    font-size: 16px;
}
.vs {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
}
.colorGlide {
    float: left;
    width: 100%;
    height: 20px;
    margin-top: -10px;
}
.legendWords {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 17px;
    margin-top: 5px;
}
.legendNumber {
    position: absolute;
    font-weight: 100;
    font-size: 17px;
    width: 150px;
}
.rightLegendNum {
    right: 0%;
    text-align: right;
}
.middleLegendNum {
    left: 50%;
    width: 30px;
    text-align: center;
    margin-left: -15px;
}
.leftLegendNum {
    left: 0%;
}
.toolbar {
    position: relative;
}
.righttop {
    position: absolute;
    right: -2px;
    bottom: -11px;
}
.toolbar .righttop .toolItem {
    border-radius: 0;
}
.leaflet-image-layer {
    opacity: 0.6 !important;
}