#mapContainer {
/*  resize: both;
  overflow: auto;*/
  height: 0px;
}
#map {
  width: 99%;
  height: 0px;
}
#downloadMap {
  visibility: hidden;
}
.coords,.pairs {
  margin: 4px;
  padding: 10px;
  background-color: #add8e6;
}
.pairs {
  background-color: #c6deba;
}
.lat {
  margin-left: 12.2px;
}
button {
  cursor: pointer;
  outline: none;
  z-index: 1000;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  background: #e8f4f8;
  box-shadow: 3px 3px rgba(0,0,0,0.7);
}
button:hover {
  color: white;
  background: #72bcd4;
  box-shadow: 2px 2px rgba(0,0,0,0.9);
}
button:active {
  color: white;
  background: #4ba9c8;
  box-shadow: 1px 1px rgba(0,0,0,1.0);
}
.pointbuttons {
  margin: 20px;
  margin-left: 30px;
}
.buttons {
  margin-left: 20px;
}
.submit {
  margin-left: 10px;
}
.divider {
  position: inline;
  width: 100%;
  border: 1px solid black;
}
.output {
  margin-top: 10px;
  border: 1px solid black;
  padding: 5px;
  background-color: #eef7fa;
}
#geojson_uf,
#bigquery {
  /* ensure text wraps within div
  for unformatted strings */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
pre {
  min-height: 15px;
}