@charset "utf-8";

.taxon {
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  background-color: lightyellow;
}

.taxon-species {
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.taxon-species-name-line {
  border-bottom: 1px solid black;
}

.taxon-species-name h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}

.taxon-species-explain {
  height: 100%;
  max-width: 90%;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: transparent;
}

.taxon-species-explain p {
  max-width: 90%;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  line-height: 25px;
  font-weight: normal;
  background-color: transparent;
}

.image-list li {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-list li p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  display: flex;
}

.higher-taxon {
  flex-shrink: 0;
  margin-right: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.higher-taxon-inner {
  position: sticky;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.higher-taxon-inner h4 {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 10px whitesmoke;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.higher-taxon-inner ul {
  list-style: disc;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.higher-taxon-inner li {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 10px whitesmoke;
  margin-top: 10px; 
}

.higher-taxon-inner li a {
  color: blue;
}