rect{
    stroke-width: 0;
}
.chart-title,.chart-subtitle{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
#location_type {
    float: right;
}
#location_type button {
    background-color: #fff;
    color: rgb(35, 69, 150);
    border-radius: 0 !important;
    margin-right: 0px;
    border: 1px solid rgb(35, 69, 150);
    font-size: 12px !important;
}
#location_type button.active {
    background-color: rgb(35, 69, 150);
    color: #fff;
}
#location_type button.nyc {
    margin-right: 1em;
}
.google-visualization-tooltip{
    text-align: left !important;
    padding: 5px;
}
@media only screen and (max-width: 900px) {
    #chart_container {
        min-height: 460px;
    }
}