      html,body,#viewDiv {
        padding:0;
        margin: 0;
        height: 100%;
        width:  100%;
      }
      #logoDiv {
        background-color: #f5c387;
        color:      black;
        position:   absolute;
        z-index:    1;
        top:        5px;
        left:       50%;
        transform:  translateX(-50%);
        font-size:  0pt;
        opacity:    0.8;
      }
      #titleDiv {
        background-color: #f5c387;
        color:      black;
        padding:    5px;
        position:   absolute;
        z-index:    1;
        top:        15px;
        right:      60px;
        font-size:  11pt;
        font-weight:bolder;
        width:      350px;
        height:     72px;
        text-align: left;
        opacity:    0.8;
      }
/*---- float_popup_window ----*/
        .esri-widget__heading,.esri-features__heading {
          cursor: move;
        }
/*---- float_popup_window ----*/