html,body {
  background: #eee;
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
  font-family: Ubuntu,Helvetica,Arial,sans-serif;
  color: #000;
}

div#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

div#imageoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0,0,0,0.9);
  opacity: 0;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

img#imageoverlayimage {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

div#imageoverlaydescription {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

div#imageoverlay a svg {
  position: absolute;
  top: 0;
  right: 0;
  fill: #fff;
  width: 3em;
  height: 3em;
  opacity: 0.8;
  cursor: pointer;
  stroke: #000;
  stroke-width: 2;
  paint-order: stroke;
}

div#status {
  position: absolute;
  background: #fff;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  padding: 2px 5px;
  z-index: 1;
  font-size: small;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
}

div#status:hover {
  opacity: 1;
}

.leaflet-marker-photo {
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 10px #888;
  display: block;
}

.leaflet-marker-photo.photo-marker, .leaflet-marker-photo-suggestion.photo-suggestion-marker, .leaflet-marker-photo-suggestion.photo-suggestion-marker-selected {
  top: -10px;
}

.leaflet-marker-photo.photo-marker:after {
    bottom: 17px;
    border-width: 11px 8px 0;
}

.leaflet-marker-photo.photo-marker:after {
    content:"";
    position: relative;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.leaflet-marker-photo .thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.gpxtrack {
  stroke: #4c6d8d;
  stroke-width: 3;
}

.gpx_day0 {
  stroke: #006eda;
}

.gpx_day1 {
  stroke: #166ec3;
}

.gpx_day2 {
  stroke: #206eb9;
}
