.menu-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.esriRTL .menu-list {
    text-align: right;
}
.menu-list li {
    line-height: 16px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}
.menu-list li .item-container {
    border-left-style: solid;
    border-left-width: 16px;
    padding: 13px 9px;
    margin: 0 0 0 1px;
    background-color: #f8f8f8;
    background-image: none;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 245px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.esriRTL .menu-list li .item-container {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 16px;
    background-position: 5% center;
}
.menu-list li .item-container:hover {
    color: #333;
    background-color: #eee;
}
.menu-list .summarize .item-container {
    border-left-color: #007ac2;
}
.esriRTL .menu-list .summarize .item-container {
    border-left-color: transparent;
    border-right-color: #007ac2;
}
.menu-list .selected .item-container,
.menu-list .selected .item-container:hover,
.menu-list .selected .item-container:active {
    cursor: default;
    color: #007ac2;
    font-weight: 700;
    background-color: #fff;
}
.menu-list .loading-features .item-container {
    background-image: url(../images/ajax-loader.gif);
}
/* Stats Block */

.geo-data {
    display: none;
    position: absolute;
    z-index: 40;
    bottom: 40px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
}
.geodata-container {
    position: relative;
    z-index: 1;
}
.geo-data .panel {
    text-align: center;
    display: block;
    float: left;
}
.selected-dot {
    background-color: #777 !important;
}
.dark {
    color: #fff;
}
.light {
    color: #333333;
}
.selected-bgColorLight {
    background-color: #fff !important;
}
.selected-bgColorDark {
    background-color: #CDCDCD !important;
    background-color: rgba(205, 205, 205, 0.9) !important;
    color: Black !important;
}
.esriRTL .geo-data .panel {
    float: right;
}
.geo-data .panel-parent {
    cursor: pointer;
}
.geo-data .panel-expanded {
    text-align: center;
    color: #777;
    padding: 0;
    position: absolute;
    bottom: 28px;
    width: 524px;
    left: 50%;
    margin-left: -264px;
    height: 0;
    overflow: hidden;
    transition: height .25s;
    transition-property: height;
    transition-duration: .25s;
    -webkit-transition-property: height;
    -webkit-transition-duration: .25s;
}
.geo-data .animate-slider {
    height: 130px;
}
.geo-data .panel-expanded .data-source-url {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.esriRTL .geo-data .panel-expanded .data-source-url {
    right: auto;
    left: 5px;
}
.geo-data .panel-expanded .data-source-url a {
    text-decoration: none;
}
.geo-data .count {
    margin: 0;
    text-align: left;
    font-weight: 300;
}
.geo-data .panel .count {
    font-size: 34px;
    padding: 15px 3px;
    text-align: center;
}
.geo-data-open .panel .count {
    display: none;
}
.geo-data-holder .count {
    font-size: 32px;
    margin-top: 0;
    display: block;
}
.geo-data .geo-panel .panel .title {
    margin: 0;
    padding: 3px;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.geo-data .geo-panel .light .count {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.90);
}
.geo-data .geo-panel .light .title,
.light .background-color {
    background-color: #E3E3E3;
    background-color: rgba(227, 227, 227, 0.90);
}
.geo-data .geo-panel .panel-parent .light:hover .count {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.80);
}
.geo-data .geo-panel .dark .count {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, 0.90);
}
.geo-data .geo-panel .dark .title,
.dark .background-color {
    background-color: #3c3c3c;
    background-color: rgba(60, 60, 60, 0.90);
    color: #fff;
}
.geo-data .geo-panel .panel-parent .dark:hover .count {
    background-color: #1e1e1e;
    background-color: rgba(30, 30, 30, 0.80);
}
.geo-data .geo-panel .panel-parent .dark:hover .title {
    background-color: #3c3c3c;
    background-color: rgba(60, 60, 60, 0.80);
}
.geo-panel {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 49.99%;
    width: 524px;
    overflow: hidden;
    margin-left: -263px;
}
.animate-geo-panel {
    transition-property: height;
    transition-duration: .15s;
    -webkit-transition-property: height;
    -webkit-transition-duration: .15s;
    height: 92px !important;
}
.animate-geo-panel-none {
    height: 0px;
}
.geo-data-open .geo-panel {
    height: auto !important;
}
.animate-slider .panel-border {
    border: 1px solid #777;
    border-top: none;
    border-bottom: 3px solid;
}
.geo-panel-four .panel {
    width: 24.4%;
}
.geo-panel-three .panel {
    width: 32.8%;
}
.geo-panel-two .panel {
    width: 49.65%;
}
.leftMargin {
    margin-left: 1%;
}
.blockLeftMargin {
    margin-left: 0.7%;
}
.geo-panel-one .panel {
    width: 100%;
}
.div-header {
    height: 26px;
    line-height: 25px;
    width: 100%;
    border-bottom: 1px solid #777;
    display: none;
}
.animate-slider .div-header {
    display: block;
}
.div-header-title {
    background-color: #dbddd8;
    background-color: rgba(220, 222, 217, 0.90);
    color: #5c5c5c;
    float: left;
    height: 25px;
    padding: 0 5px;
    border: 1px solid #777;
    border-bottom: none;
    border-left: none;
    border-collapse: collapse;
    overflow: hidden;
    font-weight: 700;
}
.esriRTL .div-header-title {
    float: right;
    border-right: none;
    border-left: 1px solid #777;
}
.div-header-title .header-title {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
}
.esriRTL .div-header-title .header-title {
    margin-right: 0;
    margin-left: 5px;
}
.div-header-title .header-number {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
.div-header-close {
    float: right;
    height: 25px;
    border: 1px solid #777;
    border-bottom: 1px solid #fff;
    border-right: none;
    border-collapse: collapse;
    padding: 0 5px;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}
.esriRTL .div-header-close {
    float: left;
    border-left: none;
    border-right: 1px solid #777;
}
.geo-data-holder .title {
    padding: 2px 0;
    font-size: 13px;
    width: 100px;
    height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}
.outer-slider-container {
    background-color: #fff;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: none;
    position: relative;
}
.animate-slider .outer-slider-container {
    display: block;
}
.geo-data .left-arrow,
.geo-data .right-arrow {
    font-size: 40px;
    cursor: pointer;
    color: #dddcdc;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.left-arrow:hover,
.right-arrow:hover {
    color: #555;
}
.left-arrow:active,
.right-arrow:active {
    color: #007ac2;
}
.geo-data .disable-arrow {
    display: none;
    cursor: default;
}
.slide-panel {
    transition-property: left;
    transition-duration: .2s;
    transition-timing-function: ease;
    transition-delay: 0;
    -webkit-transition-property: left;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0;
}
.esriRTL .slide-panel {
    transition-property: right;
    transition-duration: .2s;
    transition-timing-function: ease;
    transition-delay: 0;
    -webkit-transition-property: right;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0;
}
.geo-data-holder {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.div-pagination-container {
    width: 100%;
    position: absolute;
    z-index: 2;
    line-height: 8px;
    bottom: 3px;
}
.div-pagination {
    text-align: center;
    height: 8px;
    line-height: 8px;
    display: inline-block;
    overflow: hidden;
}
.pagination-dot {
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    background-color: #DBDDD8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 0 3px;
    cursor: pointer;
}
.esriRTL .pagination-dot {
    float: right;
}
.geo-data-holder .data-block {
    float: left;
    height: 76px;
    width: 150px;
    border-right: 1px solid #ccc;
    overflow: hidden;
}
.esriRTL .geo-data-holder .data-block {
    float: right;
    border-right: 0;
    border-left: 1px solid #ccc;
}
.geo-data-holder .data-block-last {
    border-right: 0;
}
.esriRTL .geo-data-holder .data-block-last {
    border-left: 0;
}
.div-left {
    float: left;
}
.esriRTL .div-left {
    float: right;
}
.div-right {
    float: right;
}
.esriRTL .div-right {
    float: left;
}
.div-slider-content {
    width: 450px;
    overflow: hidden;
    float: left;
    position: relative;
}
.esriRTL .div-slider-content {
    float: right;
}
.div-left,
.div-right {
    width: 36px;
    height: 100px;
    overflow: hidden;
}
.carousel {
    overflow: hidden;
    position: relative;
    height: 100px;
}
.geo-data-holder .count,
.geo-data-holder .title {
    display: block;
    text-align: left;
    margin-left: 40px;
}
.esriRTL .geo-data-holder .count,
.esriRTL .geo-data-holder .title {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
}
/* Media Queries */

/* max width */

@media screen and (max-width: 910px) {
    .geo-data .panel .count {
        font-size: 30px;
        padding: 15px 3px;
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    .geo-data .panel .count {
        font-size: 30px!important;
    }
    .drawer-open .geo-data .panel .title {
        margin: 0;
        font-size: 14px;
    }
    .drawer-open .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 25px!important;
    }
    .drawer-open .div-slider-content {
        width: 378px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 126px;
    }
    .drawer-open .geo-data-holder .title,
    .drawer-open .geo-data-holder .count {
        width: 80px!important;
        margin-left: 35px;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 24px!important;
    }
}
@media screen and (max-width: 600px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 452px;
        margin-left: -226px;
    }
    .geo-data .panel .title {
        font-size: 14px;
    }
    .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 25px!important;
    }
    .div-slider-content {
        width: 378px!important;
    }
    .geo-data-holder .data-block {
        width: 126px;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        width: 80px!important;
        margin-left: 35px;
    }
    .geo-data-holder .count {
        font-size: 24px!important;
    }
}
@media only screen and (max-width: 510px) {
    .geo-data .panel .title {
        font-size: 14px!important;
    }
}
@media screen and (max-width: 480px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 416px;
        margin-left: -208px;
    }
    .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 20px!important;
    }
    .geo-data-holder .count {
        font-size: 22px!important;
    }
    .geo-data-holder .title {
        font-size: 12px!important;
    }
    .geo-data .panel .title {
        font-size: 14px!important;
    }
    .div-slider-content {
        width: 342px!important;
    }
    .geo-data-holder .data-block {
        width: 114px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        width: 80px!important;
        margin-left: 30px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 30px !important;
    }
}
@media screen and (max-width: 450px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 364px;
        margin-left: -182px;
    }
    .geo-data .panel .count {
        padding: 15px 3px!important;
        font-size: 15px!important;
    }
    .geo-data .panel .title {
        margin: 0;
        font-size: 12px!important;
    }
    .div-slider-content {
        width: 291px!important;
    }
    .geo-data-holder .data-block {
        width: 97px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        margin-left: 10px!important;
        width: 70px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .geo-data-holder .title {
        font-size: 12px!important;
    }
    .geo-data-holder .count {
        font-size: 20px!important;
    }
    .left-arrow,
    .right-arrow {
        font-size: 35px!important;
    }
    .div-left,
    .div-right {
        width: 35px!important;
    }
}
@media screen and (max-width: 400px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 312px;
        margin-left: -156px;
    }
    .geo-data .panel .title {
        font-size: 10px!important;
    }
    .div-slider-content {
        width: 240px!important;
    }
    .geo-data-holder .data-block {
        width: 80px!important;
    }
    .geo-data-holder .title {
        width: 70px!important;
        height: 50px!important;
        font-size: 11px!important;
    }
    .geo-data-holder .count {
        font-size: 18px!important;
    }
}
@media screen and (max-width: 330px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 300px;
        margin-left: -150px;
    }
    .geo-data-holder .title {
        height: 50px!important;
    }
    .div-slider-content {
        width: 228px!important;
    }
    .geo-data-holder .data-block {
        width: 76px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        margin-left: 10px!important;
        width: 60px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 320px) {
    .geo-data .panel .title {
        font-size: 10px!important;
    }
    .div-slider-content {
        width: 228px!important;
    }
    .geo-data-holder .data-block {
        width: 76px!important;
    }
    .geo-data-holder .count {
        font-size: 15px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        margin-left: 10px!important;
        width: 50px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .geo-data-holder .title {
        font-size: 10px!important;
        height: 45px!important;
    }
}
@media screen and (max-width: 315px) {
    .geo-data .panel-expanded,
    .geo-data .geo-panel {
        width: 300px;
        margin-left: -150px;
    }
    .geo-data .panel .title {
        font-size: 10px!important;
    }
    .div-slider-content {
        width: 225px!important;
    }
    .geo-data-holder .data-block {
        width: 75px!important;
    }
}
@media screen and (max-width: 310px) {
    .geo-data {
        display: none!important;
    }
}
@media screen and (max-width: 800px) {
    .drawer-open .geo-data .panel-expanded,
    .drawer-open .geo-data .geo-panel {
        width: 418px;
        margin-left: -209px;
    }
    .drawer-open .geo-data .panel .title {
        margin: 0;
        font-size: 14px;
    }
    .drawer-open .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 25px!important;
    }
    .drawer-open .div-slider-content {
        width: 378px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 126px;
    }
    .drawer-open .geo-data-holder .title,
    .drawer-open .geo-data-holder .count {
        width: 80px!important;
        margin-left: 35px;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 35px !important;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 24px!important;
    }
}
@media screen and (max-width: 780px) {
    .drawer-open .geo-data .panel-expanded,
    .drawer-open .geo-data .geo-panel {
        width: 418px;
        margin-left: -209px;
    }
    .drawer-open .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 20px!important;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 22px!important;
    }
    .drawer-open .geo-data-holder .title {
        font-size: 12px!important;
    }
    .drawer-open .geo-data .panel .title {
        font-size: 14px!important;
    }
    .drawer-open .div-slider-content {
        width: 342px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 114px!important;
    }
    .drawer-open .geo-data-holder .title,
    .drawer-open .geo-data-holder .count {
        width: 80px!important;
        margin-left: 30px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 30px !important;
    }
}
@media screen and (max-width: 730px) {
    .drawer-open .geo-data .panel-expanded,
    .drawer-open .geo-data .geo-panel {
        width: 368px;
        margin-left: -184px;
    }
    .drawer-open .geo-data .panel .count {
        padding: 15px 3px!important;
        font-size: 15px!important;
    }
    .drawer-open .geo-data .panel .title {
        font-size: 12px!important;
    }
    .drawer-open .div-slider-content {
        width: 291px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 97px!important;
    }
    .drawer-open .geo-data-holder .title,
    .drawer-open .geo-data-holder .count {
        margin-left: 10px!important;
        width: 70px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .drawer-open .geo-data-holder .title {
        font-size: 12px!important;
        height: 40px!important;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 20px!important;
    }
}
@media screen and (max-width: 680px) {
    .drawer-open .geo-data .panel-expanded,
    .drawer-open .geo-data .geo-panel {
        width: 314px;
        margin-left: -157px;
    }
    .drawer-open .geo-data .panel .title {
        font-size: 10px!important;
    }
    .drawer-open .div-slider-content {
        width: 240px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 80px!important;
    }
    .drawer-open .geo-data-holder .title {
        width: 60px!important;
        font-size: 11px!important;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 18px!important;
    }
    .drawer-open .left-arrow,
    .drawer-open .right-arrow {
        font-size: 35px!important;
    }
    .drawer-open .div-left,
    .drawer-open .div-right {
        width: 35px!important;
    }
}
@media screen and (max-width: 650px) {
    .drawer-open .geo-data .panel-expanded,
    .drawer-open .geo-data .geo-panel {
        width: 302px;
        margin-left: -151px;
    }
    .drawer-open .geo-data .panel .title {
        font-size: 10px!important;
    }
    .drawer-open .div-slider-content {
        width: 228px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 76px!important;
    }
}
@media screen and (max-width: 600px) {
    .drawer-open .geo-data .panel .title {
        font-size: 10px!important;
    }
    .drawer-open .div-slider-content {
        width: 228px!important;
    }
    .drawer-open .geo-data-holder .data-block {
        width: 76px!important;
    }
    .drawer-open .geo-data-holder .count {
        font-size: 15px!important;
    }
    .drawer-open .geo-data-holder .title,
    .drawer-open .geo-data-holder .count {
        margin-left: 10px!important;
        width: 60px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .drawer-open .geo-data-holder .title {
        font-size: 11px!important;
    }
}
@media screen and (max-width: 595px) {
    .drawer-open .geo-data {
        display: none!important;
    }
}
@media screen and (max-width: 580px) {
    .drawer-open .geo-data {
        display: none!important;
    }
}
/* max height */

@media screen and (max-height: 250px) {
    .geo-data {
        display: none!important;
    }
}
/* iPhone 5 in portrait and landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* STYLES GO HERE */
    .geo-data {
        bottom: 25px!important;
    }
    .div-pagination,
    .div-pagination-container {
        display: none;
    }
}
/* iPhone 5 in landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .drawer-open .div-left,
    .drawer-open .div-right {
        width: 34px!important;
    }
    .drawer-open .div-pagination,
    .drawer-open .div-pagination-container {
        display: none;
    }
}
/* iPhone 5 in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .geo-data .panel .count {
        padding: 15px 3px!important;
        font-size: 15px!important;
    }
    .geo-data .panel .title {
        margin: 0;
        font-size: 12px!important;
    }
    .div-slider-content {
        width: 291px!important;
    }
    .geo-data-holder .data-block {
        width: 97px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        margin-left: 10px!important;
        width: 70px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .geo-data-holder .title {
        font-size: 12px!important;
    }
    .geo-data-holder .count {
        font-size: 20px!important;
    }
}
/* iPhone 2G-4S in portrait and landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* STYLES GO HERE */
    .geo-data {
        bottom: 25px!important;
    }
    .div-left,
    .div-right {
        width: 34px!important;
    }
    .div-pagination,
    .div-pagination-container {
        display: none;
    }
}
/* iPhone 2G-4S in landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .geo-data .panel .count {
        padding: 15px 3px!important;
        font-size: 20px!important;
    }
    .geo-data-holder .count {
        font-size: 26px!important;
    }
    .geo-data-holder .title {
        font-size: 12px!important;
    }
    .geo-data .panel .title {
        margin: 0;
        font-size: 14px!important;
    }
    .div-slider-content {
        width: 342px!important;
    }
    .geo-data-holder .data-block {
        width: 114px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        width: 80px!important;
        margin-left: 30px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 30px !important;
    }
    .geo-data-holder {
        margin-top: 15px!important;
    }
}
/* iPhone 2G-4S in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .geo-data .panel .count {
        padding: 12px 3px!important;
        font-size: 15px!important;
    }
    .geo-data .panel .title {
        margin: 0;
        font-size: 10px!important;
    }
    .div-slider-content {
        width: 228px!important;
    }
    .geo-data-holder .data-block {
        width: 76px!important;
    }
    .geo-data-holder .count {
        font-size: 15px!important;
    }
    .geo-data-holder .title,
    .geo-data-holder .count {
        margin-left: 10px!important;
        width: 50px!important;
    }
    .esriRTL .geo-data-holder .title,
    .esriRTL .geo-data-holder .count {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .geo-data-holder .title {
        font-size: 10px!important;
    }
    .geo-data-holder {
        margin-top: 15px!important;
    }
}