

      #hide-listings,
      #show-listings {
        width: 48%;
      }

      hr {
        background: #D0D7D9;
        height: 3px;
        margin: 20px 0 20px 0;
        border: none;
      }
.rowmap{
  width: 100%; 
  height: 100%;
}
     #map {
      /*bottom:0px;*/
        height: 450px;
        width: 100%;
       /* border: 1px solid #999;
        border-radius: 3px;*/
        padding: 10px 10px 30px 10px;

        text-align: left;
     /* left: 362px;*/
     /* position: absolute;
      right: 0px;*/
      /* width: 200px;
        height: 200px;*/
      }

      .options-box {
        display:table-row;
        border-top: 
        background: #fff;
        border-top: 1px solid #999;
        border-radius: 3px;*/
        height: 100%;
        line-height: 35px;
        padding: 20px;
        text-align: left;
      }

 #floating-panel {
        position: absolute;
        top: 10px;
        right: 25%;
        left:25%;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
      }


      #pano {
        width: 200px;
        height: 200px;
      }

      .text {
        font-size: 12px;
      }

      #toggle-drawing {
        width: 27%;
        position: relative;
        margin-left: 10px;
      }

      #zoom-to-area-text {
        position: relative;
        width: 70%;
      }

      #zoom-to-area {
        width: 24%;
      }
