html, body, #myMap {
  position:absolute;
  left:0px;
  top:0px;
  height:100%;
  width:100%;
  z-index: 1;
  overflow-y:hidden;
} 


.Input{
  left:50px;
  top: 15px;
  width: 200px;
  z-index:3;
  position:absolute;
  background-color:rgba(250, 250, 250, 0.8);
  box-shadow:0 1px 7px rgba(0,0,0,0.4);
  border-radius:8px;
    padding-left: 10px;
  padding-right: 10px;
}  

.Output{
  top: 15px;
  left: 350px;
  width: auto;
  z-index:2;
  position:relative;
  background-color:rgba(250, 250, 250, 0.8);
  box-shadow:0 1px 7px rgba(0,0,0,0.4);
  border-radius:8px;
  display:inline-block;
  resize: both;
}  

.drag {
  background-color: rgba(200, 200, 200, 0.5);
  width: 100%;
  height: 10px;

}

img#control {
  height: 26px;
  width: 26px;
  padding: 5px;
}
.control,img#control {
  right:20px;
  top: 20px;
  z-index:2;
  position:absolute;
  background-color:rgba(250, 250, 250, 0.8);
  box-shadow:0 1px 7px rgba(0,0,0,0.4);
  border-radius:8px;
}  
.control {
  padding: 10px;
  width: 120px;
  visibility:hidden;
}   

#log {
  display:none;
}

#legend li {
  list-style: none;
  margin-left: 0;
}
#legend span {
    display: block;
    float: left;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
    //margin-bottom:0px;
    border: 1px solid #999;
    }