/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
  /*height: 100%;*/
  width: 480px;
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.well, .btn {
  padding: 3px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.btn {
  background-color: #246036;
  color: #ffffff;
  padding: 6px 12px;
  opacity: 0.8;
}

.btn:hover {
  opacity: 1;
  color: #ffffff;
  transition: 0.4s;
}

.btn:focus
{
  color: #ffffff;
  outline: 0px;
}

legend{
  margin-bottom: 0px;
  border-bottom: none;
  font-size: 12px;
}

.regular-text {
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-control {
  height: 30px;
  font-size: 12px;
}
