#google-maps-results {
  width: 100%;
}
#google-maps-results td {
  padding: 10px;
}

#google-maps-results td:first-child {
  width: 260px;
}

#google-maps-results td:last-child {
  width: 120px;
}

#google-maps-search {
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 25px 0 25px 0;
}

#google-maps-search-area {
  margin: 0 auto;
  width: 383px;
  text-align: left;
}

#google-maps-search-area input {
  width: 340px;
  height: 30px;
  border-width: 1px 0 1px 1px;
  border-color: $BLUE;
  border-style: solid;
  margin: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#google-maps-search-area button {
  min-width: 40px;
  height: 34px;
  font-size: 20px;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.google-maps-search-element {
  float: left;
}

#google-maps-search-add-business {
  padding-top: 5px;
  width: 279px;
  float: left;
}

#google-maps-search-powered-by {
  padding-top: 5px;
  width: 104px;
  height: 16px;
  float: right;
  text-align: right;
  content: url(/static/images/powered-by-google-on-white.png);
}

#google-maps-results {
  border-top: 1px solid $LIGHT_GREY;
  border-bottom: 1px solid $LIGHT_GREY;
}

#google-maps-results .main-attribute a {
  color: $BLUE;
}

#google-maps-results-found {
  color: $TERTIARY_FONT_COLOR;
}