.indicator_info input[type='radio']{
    display: inline-block !important;
    margin: 1% 1%;
}
.indicator_info_item{
    float: left;
    width: 100%;
    background-color: white;
    padding: 1% 0;
    margin: -1% 0px;
}
.indicator_info_item ul{
    margin-right: 5px;
}
.indicator_info_item ul li{
    list-style: none;
    display: inline-block;
    float: left;
    width: 18%;
    font-size: 14px;
    background-color: #EFA8FE;
    margin: -4px 1px;
    padding: 5px 0 5px 2px;
    font-weight: bold;
    text-align: center;
    color: gray;
    font-weight: bold;
    cursor: pointer;
}
#location_show_area{
    position: absolute;
    /*top: 25px;
    right: 35px;*/
    right: 7%;
    top: 13.5%;
    z-index: 201;
    background-color: #047A7B;
    opacity: .98;
    height: 45px;
    font-size: 20px;
    padding: 0 2%;
    color: #ffffff;
    font-weight: bold;
    display: none;
    text-align: center;
}
p.drill_down_small_text{
    font-size:11px;
    margin-top:-1px;
}

#myNavbar2 .list-group-item:last-child{
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.data_stories .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.categoryFilterTotalSummery {
    text-align: center;
    font-size: 40px;
}

.categoryFilterTotalSummery {
    width: 590px;
    height: 370px;
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    margin-right: 10px;
    top: 0;
    left: 0;
}

#map_reset_section {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 199;
    display: none;
}