
.formButtons{
	margin-left: 45%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#report{
	margin-left: 1%;
	padding-top: 2%;
}

#mapid {
  height: 600px;
}

.popupwindow {
  /* background-image: url("images/background_image.png"); Background image from: https://www.transparenttextures.com/patterns/brilliant.png */
  font-size: 13px;
}

.popupwindow table,td {
  border: 1px solid black;
  padding-left: 3px;
}

.popupwindow th {
  background-color: #e2e2e2;
  text-align: center;
}

#mapInputs {
  background-color: #e2f3ff;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div select {
	margin-top: 5px;
}

.bottomButton {
	text-align: center;
	margin-right: 3px;
	margin-top: 5px;

}

.legend {
    line-height: 18px;
    color: #555;
    background-color: white;

}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
    margin-left: 5px;
    margin-bottom: 5px;
}

.legend span {
    margin-right: 5px;
}

