.legend {
    line-height: 18px;
    color: #555;
    background-color: #fff;
    padding: 10px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
}

.legendData2030 {
    display: none;
}

.legendData2050 {
    display: none;
}

.info.legend.leaflet-control {
    border: 1px solid #908f8f;
    border-radius: 5px;
    box-shadow: -3px 3px 6px -2px #757575;
    width: 125px;
}

.info.legend.leaflet-control h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: normal;
}

span.legendData {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: sub;
}

.legend div {
    display: flex;
}

.scenarioselect label {
    font-weight: bold;
    padding-right: 7px;
}

.scenarioselect select {
    display: inline-block;
    width: auto;
}

.scenarioselect {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.cannedText ul {
    padding-left: 2rem;
}

.cannedText ul li {
    margin-bottom: .6rem;
}

h3#regionHeader {
    margin-bottom: 1rem;
}

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

/* 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: 125px;
    font-weight: normal;
    font-family: Verdana;
    background: #ffffe6;
    color: #000;
    font-size: 0.9em;
}

.titleplot:hover span {
    font-weight: normal;
    font-family: Verdana;
    font-size: 0.9em;
}

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


.classictooltip {
    padding: 1.4em 1em;
}


.learnMoreModal ul {
    margin-left: 1.5rem;
}

.learnMoreModal li {
    margin-bottom: .6rem;
}

div#likelydecadal-disclaimer {
    text-align: center;
    color: red;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1300px) and (min-width: 980px) {
    .helptooltip:hover span {
        width: 200px;
        height: 190px;
    }

    .titleplot:hover span {
        width: 230px;
        height: 110px;
        font-size: 0.8em;
    }

    .scenarioselect select {
        height : 1.8em;
    }
    
    .scenarioselect option {
        font-size: 0.8em;
    }

    .scenarioselect {
        margin-top: 5px;
        margin-bottom:5px;
        font-size: 0.5;
    }

}
