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

.map--dropdown-div {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  /*font-size: 16px !important;*/
}

.map--dropdown-div select {
  font-size: 16px;
}

.map--dropdown {
  display: inline-block;
  margin: 20px 10px;
}

.map--dropdown h3{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.map--directions-link {
  text-align: right;
  display: block;
  margin-top: 3px;
  color: #3381cc;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1px
}

.map--directions-img {
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
