#map {
    position: absolute;
    width: 58%;
    height: 50%;
}

#plot {
    position: absolute;
    left: 60%;
    width: 40%;
    height: 50%;
    padding-left: 1%;

    background-color: #d3d3d3;
    opacity: 60%;
}

/* .container3 {
    display: flex;
    width: 100%;
} */

#brushPlot {
    position: absolute;
    width: 50%;
    height: 50%;
    padding-left: 8%;
}

#dayplot {
    position: absolute;
    left: 50%;
    width: 40%;
    height: 50%;
}

#plot_heading {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: #1b1c1c;
}

#barChartRace {
    position: absolute;
    top: 50%;
    width: 50%;
}

#dropdownDiv {
    padding-left: 5%;
}

#dropdown {
    width: 200px !important;
    font: Arial, Helvetica, sans-serif;
}

#label {
    font: Arial, Helvetica, sans-serif;
}

#barplot {
    padding-top: 5%;
}

#attrList {
    font-size: 20px;
}

.scaleColorCustom {
    color: #23395d;
}