* {
  box-sizing: border-box;
}

html, body, #container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#search button {
  border-radius: 25px;
  cursor: pointer;
  z-index: 999;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 0;
  position: fixed;
  background-color: teal;
  color: white;
}

#search button img {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.lmore {
  cursor: pointer;
  color: blue;
  text-decoration: underilne;
}
