.almanac-container{
    max-width: 1200px;
    margin: 0 auto;

}
.almanac-description{
    margin: 25px 0px 150px 0px;
    text-align: left;

}
h1.station-tables{
    line-height: 1.3em;
}
#map{
    margin: 0px 25px 15px 25px;
    height: 640px;
    z-index: 0;
}

.icon-color{
    color: rgba(33, 150, 243,1);
}


.filter-ctn{
    background-color: #F6F2ED;
    border: 1px black solid;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}
.filter-submit{
    width: 60%;
    align-self: center;
    padding: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.filter-header{
    background-color: #C5BFB8;
    margin-bottom: 2px;
    margin-top: 4px;
}

.filter-counties{
    text-decoration: underline;
    font-size: 16px;
}

.dropdown-ctn{
    margin: 15px 0px;
    overflow-y: visible;
}
#dropdown{
    min-width: 275px;
    width: 80%;
    max-width: 500px;
    background-color: rgb(250, 250, 250);
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.3rem;
}
.qVarValues-ctn{
    display: flex;
    flex-direction: column-reverse;
}
.qVarValues-pair{
    display: flex;
    justify-content: left;
    padding-left: 30%;
}
.qVars-valLabel{
    padding-left: 4px;
}

.leaflet-popup-content{
    max-width: 300px;
    width: 100%;
}
.popup-container{
    font-size: 16px;
}
p{
    font-size: large;
    line-height: 1.3em;
}
.popup-content{
    display: inline-block;
    text-align: left;
}
.link-button-ctn{
    text-align: center;
}
.thunder-button-blue.link{
    margin: 0px 0px 50px 0px;
    width: 100%;
}
#spacer{
    display: none;
}
.almanac-tables{
    background-color: #dbd4cc;
    padding: 50px;
}
.link-container{
    text-align: center;
}
.download-btn-ctn{
    width: 50%;
}
.download-button{
    margin: 50px 0px;
    width: 85%;
}
.dropdown-option{
    height: 50px;
}
.dropdown-option:hover{
    background-color: #eee;
}
.dropdown-option:nth-child(2n){
    background-color: white;
}


#zoom-viewer{
    text-align: center;
    top: 57px;
    right: 57px;
    margin: auto;
    background-color: white;
    opacity: .8;
    font-size: 14px;
    width: 105px;
    border-radius: 3px;
}

#zoom-info{
    cursor: pointer;
    margin-right: 5px;
    border: 1px transparent solid;
    border-radius: 15px;
    
}

#zoom-info:hover{
    background-color: #324b6470;
}

#zoom-info:active{
    background-color: #324b64db;
}

@media(min-width:768px){
    .thunder-button-blue.link{
        margin: 0px 0px 50px 0px;
    }
    .download-button{
        width: 250px;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 0px;
    }
}
@media(min-width:992px){
    .thunder-button-blue.link{
        margin: 0px 5% 50px 5%;
        max-width: 40%;
    }
}
@media(min-width:1200px){
    #spacer{
        display: block;
        margin: 0px 1.5% 50px 1.5%;
        max-width: 30%;
    }
    .thunder-button-blue.link{
        margin: 0px 1.5% 50px 1.5%;
        max-width: 30%;
    }
}



.leaflet-tooltip.marker-label {
    color: rgb(15 36 57);
    background-color: white;
    border: 2px solid rgba(15, 36, 57, 0.6);
    box-shadow: none;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    display: block;
    padding: 2px;

}
.leaflet-tooltip.marker-label-active {
    background-color: white;
    border: 3px solid rgba(15, 36, 57, 0.9);
    color: rgb(15 36 57);
    box-shadow: none;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    display: block;
    padding: 2px;
}

.leaflet-tooltip.marker-label.hidden {
    visibility: hidden;

}


.leaflet-tooltip-right:before{
    border: 0px ;
    
}

.leaflet-tooltip-pane {
    z-index: 550;
}
.leaflet-active-label-pane {
    z-index: 650;
}
    

.marker-cluster-small, .marker-cluster-small div,
.marker-cluster-medium, .marker-cluster-medium div,
.marker-cluster-large, .marker-cluster-large div
 {
    background-color: rgba(33, 150, 243, 0.6);
    color: white;
    font-size: 16px;
}