#county-map {
    height: 825px;
}

/*#heatmap {*/
/*    height: 800px;*/
/*}*/

/*LEAFLET TOOLTIP*/

.leaflet-popup-content-wrapper{
    background-color: #f8f8f8;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.175);
    border-width: 1.5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.leaflet-popup-content {
    color: #000000;
    font-size: 1.2em;
}

.leaflet-popup-tip-container {
    display: none;
}

.popup-header {
    /*background-color: rgba(33, 37, 41, .003);*/
}

.popup-content {

}

.leaflet-popup-close-button {
    font-size: 1em;
}

.legend {
    font-family: popFont, sans-serif;
    font-optical-sizing: auto;
    /*font-weight: 300;*/
    font-weight: 350;
    font-style: normal;
    color: black;
}

/*.leaflet-bottom {*/
/*    width: 97%;*/
/*}*/