#mapid {
  height: 600px;
}

.post-inner {
  padding-top: 0 !important;
}

p {
  margin-bottom: 0.5em !important;
}

.leaflet-tile-loaded {
  /*opacity: 0.5 !important;*/
}

.leaflet-popup-content {
  font-size: 200%;
}

#prop-name, #prop-current {
  font-style: italic;
}

#prop-current:not(:empty)::before {
  content: "Current taxon name: ";
}

#prop-cons-eval:not(:empty)::before {
  content: "Conservation status: ";
}

#mkdistmaps-species {
}

#mkdistmaps-show,
#mkdistmaps-showenglish {
  padding: 4px 8px 1px 6px;
}

#mkdistmaps-topinfo,
#mkdistmaps-info,
#squareselection {
  margin: 0 auto;
}

#mkdistmaps-info td {
  vertical-align: top;
}

#squareselection label {
  font-size: inherit;
}

/* Hack to make info as big as possible */
#prop-legend {
  white-space: nowrap;
}

#prop-info {
  width: 75%;
}

/* Flora */

#flora-header {
  display: none;
  border: 1px solid grey;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}

  #flora-header p {
    margin: 0 !important;
  }

#flora-map-intro {
  padding: 0 1rem;
}

#flora-1997-intro,
#flora-current-intro,
#flora-full-name {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

#flora-common-name {
  font-size: 100%;
}

#flora-map-block,
#flora-photos-block,
#flora-current-block,
#flora-1997-block {
  display: none;
  border: 1px solid grey;
  border-radius: 5px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#flora-map-block {
  display: block;
}

#flora-species-photo {
  margin: 5px;
  position: relative;
}

@media all and (min-width: 600px) {
  #flora-species-photo,
  #flora-species-photo img {
    margin: 0 auto;
    border-bottom-left-radius: 5px;
  }
}

.squarediv {
  display: inline-block;
}

.galleria {
  width: 100%;
  height: 400px;
}
/* .flora-photo-caption {
  position: absolute;
  font-size: 90%;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(211,211,211,0.9);
  padding: 0 0.5rem;
} */

#flora-current-text,
#flora-1997-text {
  margin: 0 0.5rem;
}

#mapid {
}

#mkdistmaps-generator {
  text-align: center;
  font-style: italic;
}

/* Try to fix iPhone too wide butdoes not work */
.galleria-container {
  max-width: 100%;
}

/* Not now used.. */
.flora-row-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  flex-flow: column wrap;
}

.flora-row-column {
  flex: 1 1 100%; /* grow shrink basis */
}

@media all and (min-width: 600px) {
  .flora-row-wrapper {
    flex-flow: row nowrap;
  }
}
/* ..Not now used */
