 html, body, #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  #map-canvas{
    width: 100%;
    display: inline-block;
  }
  #panel {
  

    height: 100%;
    width: 300px;
    max-width: 30%;
    z-index: 9999;
  }
  #blockCalc{
    display: block;
    padding: 10px;
    background: none repeat scroll 0% 0% rgba(255,255,255,0.8);
  }
  #entries {
  
    z-index: 5;
  }
  #dstns{
    list-style-position: inside;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    max-height: 200px;
    overflow: auto;
  }
  /*
  #logo {
    position: absolute;
    bottom: 50px;
  }
  */
  #result li {
    list-style: none;
  }