.speciesDataPageGrid {
  display: grid;
  grid-template-rows: 8vh 7vh 71vh 14vh;
  align-items: center;
  position: absolute;
}
.plantInfo {
  grid-row: 3 / 4;
  display: flex;
  justify-content: space-between;
  padding: .5%;
  max-height: 98%;
  min-height: 98%;
}
.plantInfoText {
  width: 100%;
  max-height: inherit;
  text-align: left;
  padding: .5%;
}
#plantInfoTextHdr {
  max-height: 30%;
  min-height: 30%;
  border: 1px solid black;
  padding: .5%;
  overflow-y: auto;
  overflow-x: hidden;
}
#plantInfoTextWords {
  max-height: 70%;
  min-height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
}
.plantInfoPic {
  max-height: 74vh;
}
.thumbnail-container {
  height: 90%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  grid-row: 4 / 5;
  padding-left: 2px;
}
.thumbnail-container img {
  max-height: 95%;
  border: 1px solid black;
  margin-left: 2px;
}
.prev-next {
  background-color: #916d3d;
  color: white;
/*  margin-right: 2vw;*/
  border: .1vh solid black;
  border-radius: .5vw;
  font-size: larger;
  text-align: center;
}
#prev {
  border-bottom-right-radius: 2vw;
  border-top-right-radius: 2vw;
  width: 5vw;
  display: inline-block;
}
#next {
  border-bottom-left-radius: 2vw;
  border-top-left-radius: 2vw;
  width: 5vw;
  float: right;
}
.group-info {
  height: 80vh;
  width: 90%;
  overflow-y: auto;
  margin: auto auto;
  border: .1vw solid black;
  background: #eff1f4;
  font-size: 120%;
  visibility: hidden;
  display: none;
}
section {
  padding: 0 2vw 0 2vw;
}
.w40 {
  width: 40%;
}
.w20 {
  width: 20%;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.plain-list {
  list-style-type: none;
}
.species-info-container {
  visibility: hidden;
  display: none;
  height: 85vh;
  width: 100%;
}
.species-intro-container {
  height: 82vh;
}
.init-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 28vh;
  margin-top: 6vh;
}
.centerx4 {
  position: relative;
  margin-left: 10vw;
}
#full-page-pic {
  visibility: hidden;
  display: none;
  background-image: url("/data/pictures/grpt/ss001-002.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}