.info-card {
  background: whitesmoke;
  color: #333;
  margin-bottom: 10px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.info-card img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.info-card p, .info-card a {
  padding: 0;
  margin: 0;
  font: 12px/1.5 'Montserrat', sans-serif;
  cursor: pointer;
}

.hide-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.info-card a {
  margin: 0;
  display: block;
}

.map-link {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #52bf9f;
}

.info-card h2, .information-map-popup h2 {
  border-bottom: 2px solid #2993b2;
  color: #2993b2;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin: 0;
  text-align: center;
  font: 16px/1.5 'Montserrat', sans-serif;
}

.information-map-popup p, .information-map-popup h2 {
  margin: 0;
  padding: 0;
}

.information-map-popup .leaflet-popup-content-wrapper {
  background-color: whitesmoke;
  border-radius: 0;
  margin: 0;
}
.information-map-popup .leaflet-popup-tip {
  background-color: whitesmoke;
}

.information-map-tooltip {
  color: #2993b2;
  background-color: whitesmoke;
  border-radius: 0;
  border: none;
  opacity: 1.0;
}

/* narrative stuff */
#narrative-panel h2 {
  margin: 0;
  color: #2993b2;
  float: left;
}

#narrative-panel p {
  margin : 0;
  clear: both;
}

#narrative-description {
  height: 12em;
  overflow-y: scroll;
}

.information-panel .info-card {
  cursor: pointer;
}

.river-label {
  text-align: center;
  font-size: large;
  color: black;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  cursor: default;
}

.river-label p {
  padding: 0;
  margin: 0;
}
