#map {
  height: 100%; }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 400px;
  position: absolute;
  top: 15px;
  left: 195px;
  z-index: 99;
  border: 1px solid #000; }

#pac-input:focus {
  border-color: #4d90fe; }
