/* Set the size of the div element that contains the map */
#map {
  height: 100%;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.container, .content {
  height: 100%;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.search-fields {
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 9;
}

/*# sourceMappingURL=place_map.css.map */
