/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}


.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    width: 100%;
    height: 80%;


}

/*.select1 {
 appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}*/

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 220px;
}

#pac-input:focus {
  border-color: #4d90fe;
}



