.plotcover {
    position: absolute;
}

label {
    cursor: auto;
}


span {
    position: relative;
    bottom: 3px;
}

i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
    border-radius: 10px;
}

i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
}

#decadalplot {
    width: 100%;
    height: 100%;
    margin-top: 0px;

}

.para {
    margin-top: 40px;
    font-family: Verdana;
    text-align: left;
    padding: 15px;
}

.para a {
    color: blue;
}

select {
    font-weight: bold;
}

#likelydecadal-disclaimer {
    text-align: left;
    padding-bottom: 10px;
    color: red;
    font-weight: bold;
}

#annual-outlook-title, #monthly-outlook-title  {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

#annualdesctext,#monthlydesctext{
    font-family: Verdana;
    text-align: left;
    padding: 15px;
}

#annualdesctext a,#monthlydesctext a{
    color: blue;
}

.fa-question-circle {
    color: blue;
    font-size: 18px;
}

/* helptooltip style */
.helptooltip {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
    vertical-align: text-top;

}

.helptooltip span {
    margin-left: -999em;
    position: absolute;
    visibility: hidden;
}

.helptooltip:hover span {
    visibility: visible;
    display: block;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    transform: translate(0, -50%);
    z-index: 50;
    width: 300px;
    height: 100px;
    font-weight: normal;
    font-family: Verdana;
    background: #ffffe6;
    color: #000;
}

.titleplot:hover span {
    transform: translate(0, -50%);
    width: 205px;
    height: 100px;
    z-index: 9999;
}

.titleplot .fa-question-circle {
    margin-top : 2px;
    font-size: 14px;
}

.classictooltip {
    padding: 1.4em 1em;
}

.classictooltiplist{
    margin-left: 30px;
}

#inundationHistory>a {
	width:90%;
	text-align: center;
	overflow: hidden ;
}

#stationselectlabel{
	margin-top: 5px;
}
#stationselect{
    font-weight: normal;
}

.historic {
    width: 80%;
    text-align: center
}

#stationselect {
    width: 100%;
}

.highcharts-background {
    height: 100%;
}

#currentmonth, #nextmonth {
    display: flex;
    justify-content: center;
    align-items: center;
 
}

#calendars-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.calendar-container {
     margin: 5px;
     flex: 1 0 auto;
     padding: 5px;
     /*min-width: 200px;*/
     border: 1px solid #d7d7d7;
     border-radius: 5px;
}

.ch-domain-text {
    font-size: 1rem !important;
    font-weight: bold;
}

#legencalheatmap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1.5em;
}

#legencalheatmap  h4 {
    margin-right: 1em;
}

#legencalheatmap  span {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.1em;
    padding-top: 0.5em;
}

.alert{
    margin: 20px;
}

@media only screen and (max-width: 700px) {
    #annual-outlook-title h3,#monthly-outlook-title h3 {
        font-size: 1.3em;
    }
    #annual-outlook-title h4,#monthly-outlook-title h4 {
        font-size: 1.1em;
    }
    
    .highcharts-credits {
       content: 'whatever it is you want to add'; 
    }
    
    #imagebtn {
        margin-top: 15px;
    }
    
    #legencalheatmap>h4{
        font-size: 1em;
    }
    #legencalheatmap>span{
        font-size: 0.8em;
    }
    #legencalheatmap>rect{
        width: 14;
        height: 14;
    }

}
