.thresholdText {
    text-align: center;
    /* margin-right: 2%; */
}

.noStationDataAlert {
    color: black;
}
.noStationDataAlert a {
    color: #13309d;
    text-decoration: underline;
}
#toggleMonthOutlook{
    /* height: 5rem; */
}
.cal-heatmap .graph-domain:hover {
        fill:rgba(39, 45, 84, 0.37);
}
.divCentered{
    display: flex;
    justify-content: center;
}
#floodingAlert{
    background-color: pink;
    width: 100%; 
    margin: 2px 0px 4px;
    border-radius: 5px;
    padding-left: 5px;
}
.calendarLegend__colorCircle{
    /* border: .5px solid #000; */
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.calendarLegendCircle {
    display: flex;
    align-items: baseline;
    margin-top: -1rem;
    justify-content: center;
    height: 25%;
}

#regionHeader{
    height: 2.3rem;
    /*font-size: 1rem;*/
}

.fa_file_download{
    /*font-size:    1rem;*/
    text-shadow:2px 2px 4px #000000;
}

