#map {
  height: 600px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.controls {
  margin-top: 12px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 46px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 400px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px; /* Regular padding-left + 1. */
  width: 401px;
}

.popup a {
  text-decoration: none;
  color: blue;
}

.popup img {
  width: 75px;
  height: 75px;
  display: block;
}

.popup a.more-info {
  text-decoration: underline;
  color: blue;
}

.info {
  border-top: 1px solid #cecec9;
  padding-top: 10px
}

/*
.info table td {
  width: 50%;
}
 */

.info table td.column1 {
  width: 200px;
}

.domain-title a:visited {
  color: #5E9600;
}
