#map {
  max-width: 900px;
  height: 450px;
  border-radius: 10px;
  color: #000000;
  cursor: default;
}
#opacity-control {
  width: auto;
}

#latlng,
#xyz {
  margin: 10px;
}

#lat,
#lng {
  width: 80px;
  padding: 8px;
  margin: 0 15px 0 0;
  margin-bottom: 10px;
  border-radius: 6px;
  display: none;
}

.result {
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  width: 175px;
  padding: 7px;
  margin: 3px;
  border: solid 3px #27ae60;
  border-radius: 6px;
  user-select: all;
  -webkit-user-select: all;
}

button {
  display: inline-block;
  font-size: 1rem;
  height: 40px;
  padding: 7px;
  margin: 3px;
  border: solid 3px #f1c40f;
  border-radius: 6px;
  background: #f1c40f;
  color: #2c3e50;
  cursor: pointer;
}

button:hover {
  background: #d4ac0d;
}

#copyMsg {
  visibility: hidden;
  margin-top: 5px;
}
