#watertrail_left_col {
  float: left;
  clear: left;
  width: 315px;
  margin-right: 3px;
  padding-bottom: 5px;
}

#watertrail_right_col {
  float: right;
  width: 230px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/*Watertrail location*/

.watertrail_icon {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
  margin-right: 10px;
}

/*Watertrail Facilities*/

#watertrail_facilities_list {
  list-style: none;
}

.watertrail_facilities_list_text {
  font-weight: bold;
  margin-left: 3px;
}

#watertrail_facilities_list li {
  float: left;
  width: 125px;
  margin-bottom: 6px;
}

.watertrail_pic_thumbs img {
  border: 1px solid #ccc;
}

/*Map */

#park_links {
  width: 260px;
  background-color: #FFF;
  padding-left: 50px;
  float: left;
  margin: 2px;
}

.title {
  font-weight: bold;
  /*font-size: 14px; */
  margin: 5px;
}

.watertrail_link {
  float: right;
  margin: 5px 5px 0 0;
}

;
div.map {
  margin: 10px;
}

.green-marker {
  background-image: url('/web/concessions/map_markers/icon_3.png');
  background-size: cover;
  width: 20px;
  height: 24px;
  cursor: pointer;
}

.white-marker {
  background-image: url('/web/concessions/map_markers/icon_2.png');
  background-size: cover;
  width: 20px;
  height: 24px;
  cursor: pointer;
}

.gray-marker {
  background-image: url('/web/concessions/map_markers/icon_7.png');
  background-size: cover;
  width: 20px;
  height: 24px;
  cursor: pointer;
}

.info-window {
  max-width: 300px;
}