﻿/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content #infowindow-contentEdit .title {
  font-weight: bold;
}

#infowindow-content #infowindow-contentEdit  {
  display: none;
}

#map #mapEdit #infowindow-content #infowindow-contentEdit {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}


.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

