﻿body {
}

<style > html, body {
    font-size: 14px; /*!important;*/
}

#search {
    /*margin-top: 1%;*/
    /*left: 2%;
        top: 6%;*/
    margin-top: 22px;
    left: 8px;
    position: absolute;
    z-index: 10;
    color: black;
    /*width: 80%;*/
    width: 280px;
}

.aLink {
    color: darkblue;
}

.divLoadingIndicator {
    position: absolute;
    display: none;
    top: 45%;
    left: 35%;
    right: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
}

#accordion .ui-accordion-header a {
    color: black;
    line-height: 10px;
    display: block;
    font-size: 10pt;
    width: 100%;
    text-indent: 5px;
    font-weight: bold;
    height: 10px;
}

.ui-accordion {
    font-size: .8em;
}

#addresexmaple {
    margin-top: 3px;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    position: absolute;
    line-height: 100%;
    /*width: 285px;*/
    width: auto;
    z-index: 3;
    left: 7px;
    box-shadow: 0 0 5px #888;
    border-top-width: 15px;
    border-radius: 3px;
    float: left;
    background-color: #FFFFFF;
    font-size: 6px;
    font-weight: normal;
    border: 1px solid #666666;
}

.center {
    margin: auto;
}

.esriPopupMobile .sizer {
    width: auto;
}

.esriPopupMobile .titlePane {
    background: #6666FF none repeat scroll 0 0;
    color: #FFFFFF;
    height: 40px;
    padding-left: 35px;
    padding-right: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: default;
    border: 2px solid #fff;
    line-height: 15;
    overflow: visible;
}


    .esriPopupMobile .titlePane .title {
        white-space: pre-wrap;
        text-overflow: ellipsis;
        overflow: visible;
        font-size: 8pt;
        font-weight: bold;
        width: 150px;
        height: auto;
        margin-top: 3px;
    }

#dijit_Dialog_0 {
    width: 15em;
    position: absolute;
    opacity: 1;
    left: 293px;
    top: 238px;
    z-index: 950;
    background-color: #EAF2FA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: gray;
    padding: 15px;
    font-size: 12px;
}

</style >
