.interactiveContainer {
    float: left;
    width: 50%;
    max-width: 800px;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.topHeader {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    font-family: "Lato";
    font-weight: bold;
}

#container,
#container2 {
    float: left;
    width: 100%;
    height: 400px;
}

.topLegend {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.topLegendItem {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}

.topLegendColor {
    float: left;
    height: 13px;
    width: 13px;
    margin-right: 3px;
}

.insideLetter {
    float: left;
    font-size: 12px;
    font-family: Lato, Arial;
}

.interactiveContainer h2 {
    margin: 10px 0;
}

.bigNum {
    font-size: 14px;
}

.graphicHeader {
    text-align: center;
    font-weight: 400;
}

select#selector2,
select#selector {
    margin: 10px auto 20px;
    text-align: center !important;
    border-radius: 2px !important;
    background: white;
    font-size: 20px;
    max-width: 90%;
}

@media screen and (max-width: 800px) {
    .topLegendItem {
        float: left;
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .bigcontainer2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
    }
    .insideLetter {
        font-size: 12px;
    }
    .bigcontainer1 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 540px) {
    .topLegendItem {
        float: left;
        width: 100%;
    }
}
