.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;
}
.leaflet-popup-content li {
    list-style-type: none;
}

.leaflet-popup-content ul {
    padding-left: 0;
}
span.brokeRecord {
    color: #008600;
}

.info.legend.leaflet-control {
    border: 1px solid #908f8f;
    border-radius: 5px;
    box-shadow: -3px 3px 6px -2px #757575;
    width: 125px;
}
.leaflet-popup-content li b {
    color: #383636;
    padding-left: 3px;
}
.leaflet-popup-content li {
    padding: 5px 0px;

}

.info.legend.leaflet-control h3 {
    font-size: 1.5em;
    font-weight: bold;
}

.noaaLogo {
    margin-right: 15px;
    background: url(../images/noaa_logo_circle_72x72.svg) 0 0 no-repeat;
    height: 42px;
    width: 42px;
    background-size: 100%;
    margin-bottom: 7px;
}
.searchBox-head_logo {
    display: inline-block;
    vertical-align: middle;
}
.meta p {
    margin: 0;
}

.meta {
    margin-top: 10px;
}

span.legendData {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: sub;
}

.legend div {
    display: flex;
}

.leaflet-popup-content li:nth-child(even) {
    /*background-color: #efefef; */
}
.floodyearSelect {
    margin-top: 10px;
}

.leaflet-popup-content ul.projections {
    border-top: 5px solid #7b7c86;
    padding-top: 7px;
    /* background-color: red; */
    display: none;
}

.leaflet-popup-content ul {
    margin: 0px;
    margin-bottom: 7px;
    display: none;
}

ul.projections li {
    /* background-color: #cbd4e0; */
}

.leaflet-popup-content ul.projections li:nth-child(odd) {
    /*background-color: #bdc8fb; */
}

.projectionsTable {
    width: 100%;
    /* margin-top: 7px; */
    /* border-top: 3px solid #697894; */
    border-collapse: collapse;
    /* padding: 3px; */
    background-color: #fff;
    /* border-radius: 5px; */
    /* border: 1px solid #bfbfbf; */
    /* text-align: center; */
}

table.projectionsTable tbody tr td:first-child {
    /* font-weight: bold; */
    /* font-size: 1.05em; */
    border-right: 1px solid #b9b9b9;
}

table.projectionsTable thead tr {
    /* background-color: #f3f3f3; */
    border-bottom: 2px solid #9e9e9e;
    /* color: #fff; */
}

table.projectionsTable td {
    padding: 5px;
}

table.projectionsTable th {
    padding: 5px;
    /* background-color: red; */
    /* border-right: 1px solid #b9b9b9; */
    color: #505050;
}

table.projectionsTable tbody tr {
    border-bottom: 1px solid #b9b9b9;
}

table.projectionsTable tbody tr:last-child {
    border-bottom: none;
}

table.projectionsTable tbody tr:first-child {
    /* border-top: 1px solid #b9b9b9; */
}

.leaflet-popup-content h2 {
    background-color: #124a50;
    margin: 0;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 3px solid #232323;
    /* border-top: 2px solid; */
    padding: 5px;
    text-align: center;
}

.future {
    /* padding-top: 12px; */
    /* border-top: 5px solid #585858; */
    /* padding: 0px 10px; */
    /* background-color: #313131; */
    /* border-radius: 5px; */
}

.future h3 {
    text-align: center;
    margin: 0;
    padding: 5px;
    /* background-color: #676767; */
    /* color: #fff; */
}

h3 {}

h3.futureheading {
    text-align: center;
    background-color: #eacebe;
    color: #000000;
    margin: 0;
    padding: 5px;
    /* margin-bottom: 10px; */
    border-top: 1px solid #b39393;
    border-bottom: 3px solid #8c6565;
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: bold;
}

.past {
    /* text-align: center; */
}

.past table tbody td:first-child {
    border-right: 1px solid #b9b9b9;
    /* font-weight: bold; */
}

.past table {
    border-collapse: collapse;
    /* text-align: right; */
    /* margin: 0 auto; */
    width: 100%;
}

.past table td {
    padding: 5px;
    border-bottom: 1px solid #b9b9b9;
}

.past table th {
    padding: 5px;
    border-bottom: 2px solid #9e9e9e;
    color: #505050;
}

.past table tbody tr:last-child td {
    border-bottom: 0;
}

.smallRectangle {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-color: yellow;
    vertical-align: bottom;
    margin-right: .3rem;
}
.yellow {
    background-color: yellow;
}
.orange {
    background-color: orange;
}
.red {
    background-color: red;
}