body{
  font-family: 'Droid Sans Mono';
}
#floating-panel {
    position: absolute;
    top: 10px;
    left: 35%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Droid Sans Mono';
    line-height: 30px;
    padding-left: 10px;
}

#latlng{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; 
  top: 0;             
  left: 0;
  right: 0;
  height: 50px;
}

#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; 
  top: 110px;      
  left: 0;        
  right: 0;
  bottom: 0;
  background: #272429; 
}

button {
    float:left;
    padding: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    transition-duration: 0.5s;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 4px;
    font-family: "Droid Sans Mono";
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
    display: block;
	  width: 100px;
	  margin: 2px;
}
button:hover {
    color: #333;
    background-color: #E6E6E6;
    font-size: 20px;
    border-color: #ADADAD;
    width: 130px;
}