.tripbuilder input[type="text"] {
  box-shadow: none;
  color: #555;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-radius: 5px;
  height: 40px;
  padding: 0 12px;
}

.shared-container .item.shared-list .links a {
  float: none !important;
}

.reveal-modal-bg {
  position: fixed !important;
}

.reveal-modal.open {
  background: #edebe1;
}

#tb-directionsForm .getDirectionsBtn {
  background-color: #da242e;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
  height: 40px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 0 5px;
  text-transform: uppercase;
  width: 100%;
}

#tb-directionsForm select {
  -moz-appearance: none;
  background: #fff url("/includes/public/assets/images/Down Arrow (Charcol).svg") no-repeat scroll 98% center;
  background-size: 2%;
  color: #555;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  border: 0 none;
  border-radius: 5px;
  height: 40px;
  padding: 7px 10px;
}

#tb-directionsForm .prefix {
  text-align: left;
  border: none;
  background: none;
}