
#pageTitle {
  text-align:left;
  color: tomato;
  font-size:larger;
  font-weight: bold; 
}
#formDiv {
  border: 1px solid;
}
label {
  color: black;
  /* font-weight:bold; */
}
.btn-primary:hover {
  background-color:white;
  color: tomato;
  border: 1px solid tomato;
}
/* #mapBtn {
  background-color:blue;
  color:white;
} */
#submitBtn{
  width:25%;
}

#searchBtn {
  width:100%;
}
thead {
  background-color:dimgray;
  color: white
}

#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}
#inputDivId {
  margin-top: 10px;
  margin-left: 10px;
  font-family: "Roboto", "Arial", "sans-serif";
}
#inputTextId {
  height:30px;
  background-color: whitesmoke;
  font-size: 16px;
  border-color: whitesmoke;
}
#addressDetails {
  background-color:lightgray;
}
  




