.resultpage {
    width: 100%;
    height: 100%;
    background-size: 1400px;
    display: none;
    background-color: #fff;
    color: #000000;
    font-size: 24pt;
    font-family: sans-serif;
    position:absolute;
}

#logo_div {
    top: 2%;
    position: absolute;
    width: 20%;
    left: 0;
}

.topleft {
    display: flex;
    width: 100%;
    height: 10%;
}

#topleftsearch {
    height:58px;
    position:absolute;
}

#your_address_small {
    width: 45%;
    height: 50px;
    position: relative;
    font-size: 16pt;
    text-indent: 1%;
    outline: none;
    margin-top:-0.57%;
}

#your_address_new {
    height: 50px;
    position: relative;
    font-size: 24pt;
    text-indent: 1%;
    outline: none;
    margin-top:-0.57%;
    font-weight: bold;
}

#pagewrap {
    display: block;
    width: 100%;
}

#summary_div {
    display: flex;
}

table tr:hover {
    background: rgb(216, 216, 216)
}

#main_panel {
    width:90.0%;
    display: block;
}

#main_panel h2 {
    margin-top: 0%
}

.caption_image {
    height:50px;
    width:50px;
    left:2%;
    margin-top:10px;
}

#tables_summary {
    width:100%;
    display: flex;
}

#text_maps {
    width:100%;
    display: flex;
}

#text_results {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5%;
    padding-bottom: 5%
}

#map_results {
    padding-left: 2%;
    padding-right: 2%;
}

#mapid_hail {
    height: 500px;
}

#mapid_hail img{
    height: none;
}

#mapid_hurricane {
    height: 500px;
    margin-bottom: 20px;
}

#hurricane_chart {
    margin-bottom: 20px;
}

#mapid_drought {
    margin-bottom: 20px;
}

#drought_chart {
    margin-bottom: 20px;
}

#mapid_air_quality {
    margin-bottom: 20px;
}

#air_quality_chart {
    margin-bottom: 20px;
}

#mapid_earthquake {
    height: 500px;
}

#mapid_landslide {
    height: 500px;
}

#mapid_flood {
    height: 500px;
}

#mapid_wildfire {
    height: 500px;
}

.leaflet-container {
    height: 500px;
}
#current_hazard_table {
    width:100%;
}

#climate_change_table {
    width:100%;
}

.legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
}

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

#current_hazard_table h3{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

#climate_change_table h3{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.filter-green{
    filter:brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(3538%) hue-rotate(102deg) brightness(94%) contrast(103%);
    height:50px;
    width:50px;
}

.filter-lightgreen{
    filter:brightness(0) saturate(100%) invert(81%) sepia(28%) saturate(582%) hue-rotate(67deg) brightness(98%) contrast(98%);
    height:50px;
    width:50px;
}

.filter-orange{
    filter:brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(1223%) hue-rotate(359deg) brightness(101%) contrast(104%);
    height:50px;
    width:50px;
}

.filter-orangered{
    filter:brightness(0) saturate(100%) invert(44%) sepia(84%) saturate(5564%) hue-rotate(2deg) brightness(103%) contrast(105%);
    height:50px;
    width:50px;
}

.filter-red{
    filter:brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(5618%) hue-rotate(6deg) brightness(111%) contrast(129%);
    height:50px;
    width:50px;
}

.filter-black{
    height:50px;
    width:50px;
}

ul {
    list-style-position: outside;
}

ul li {
    padding-bottom: 2px;
}