body {
}

        html, body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
            font-size: 12px;
        }

        #map {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        #mapArea {
            /*// float: right;*/
            width: 100%;
            height: 100%;
        }

        #locInfo {
            overflow-x: hidden;
            position: relative;
            border-style: solid;
            border-width: 3px;
            border-color: #4877CD;
            overflow-y: scroll;
            border-style: solid;
            border-width: 3px;
        }

        #search {
            display: block;
            /*position: absolute;*/
            z-index: 6;
            top: 15px;
            right: 74px;
        }

        #searchResult {
            display: block;
            position: absolute;
            z-index: 2;
            right: 0;
            left: 0;
            width: 90%;
            max-height: 200px;
            height: auto;
            overflow-x: hidden;
            overflow-y: auto;
            margin: auto;
        }


        #sumResult {
            right: 250px;
            padding: 5px;
        }



        #BasemapToggle, #draggable2 {
            position: absolute;
            bottom: 3%;
            width: 70px;
            right: 3%;
            z-index: 50;
            float: left;
            /*margin-bottom:95%;*/
        }

        .row {
            width: 100%;
            /*margin: 0 auto;*/
            text-align: center;
        }

        .accordion-expand-holder {
            margin: 10px 0;
        }

            .accordion-expand-holder .open, .accordion-expand-holder .close {
                margin: 25% 2% 5% 2%;
            }


        th {
            font-family: "Trebuchet MS", Arial, Verdana;
            font-size: 12px;
            padding: 5px;
            text-align: center;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #e3ddce;
            background-color: #e3ddce;
            color: #993300;
        }

        .esriPopup .action.zoomTo {
            display: none;
        }


        .bntPoint {
            margin-top: 6px;
            /*margin-left: 90%;*/
            right: 20px;
            width: 73px;
            height: 25px;
            padding-top: 1px;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 2px;
            position: absolute;
            text-align: center;
            z-index: 150;
            box-shadow: 0px 1px 3px #666666;
            font-family: Arial;
            background: #f0f0f0;
            padding: 3px 6px 3px 6px;
            border: solid #999799 2px;
            text-decoration: none;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
        }

        #rightPane {
            width: 20%;
        }

        #legendPane {
            border: solid #97DCF2 1px;
        }

        #layerListPane {
            width: 260px;
        }

        .esriLayer {
            background-color: #fff;
        }

        .esriLayerList .esriList {
            border-top: none;
        }

        .esriLayerList .esriTitle {
            background-color: #fff;
            border-bottom: none;
            font-size: 12px;
            line-height: 15px;
            /*font-size: x-small;*/
        }

        .esriLayerList .esriList ul {
            background-color: #fff;
        }

        .esriLegendLayerLabel {
            /*font-size: x-large;*/
            padding-top: 5px;
        }

        .dojoxTitleGroup .dijitTitlePaneContentOuter {
            border-bottom: none;
            width: 150px;
        }

        .dijitTitlePane {
            display: block;
            overflow: hidden;
            font-size: small;
            font-weight: bolder;
        }

        #draggable3 {
            display: block;
            position: absolute;
            right: 2px;
            float: right;
            width: 100px;
            margin-top: 5px;
            font-size: small;
        }

        #layerlegnedlist {
            /*border: 1px solid black;*/
            display: block;
            position: absolute;
            right: 20px;
            float: left;
            width: auto;
            z-index: 600;
            margin-top: 30px;
            font-size: 13px;
        }

        .esriLayerList .esriTitleContainer {
            margin: 0;
            border-top: 2px solid #ccc;
            width: 135px;
        }
 
