.o_top-title-best {
    height: 15px; width: 15px; vertical-align: -10%;
}

.o_top-title-tooltip-fa {
    position: relative; vertical-align: middle; float: left; margin-top: 1.7%; margin-left: 0.5%;
}

.o_other-organisms-tooltip-best img {
    height: 0.8vw; width: 0.8vw; vertical-align: -0.1vw;
}

.o_other-organisms-tooltip {
    vertical-align: baseline; margin-left: 0.7%; margin-right: 0.2%; position: relative; top: -0.05rem
}

.o_other-organisms-tooltip-fa {
    display: inline-block; position: relative; vertical-align: middle; top: -0.1vw;
}



.organism-main-descriptor {
	margin-left: 0;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	width: 80%;
}

.organism-main-descriptor li {
	margin-bottom: 10px;
	list-style-type: none;
}

.o_gallery {
    width: 80%;
    max-width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    right: 0;
    margin: 0 0 0 0;
    margin-right: 0.34%;
}

.o_gallery figure {
    margin-right: 2%;
    margin-left: 0;
    padding: 0.5% 0%;
    height: 100%;
}

.o_gallery figure img {
    border: 2px solid #1D3A8F;
    vertical-align: middle;
    width: 15rem;
    height: 15rem;
    max-width: 100%;
    max-height: 50%;
    object-fit: cover;
}

.organism-resources-box {
    padding: 0 auto;
	border: 1px solid #ddd;
	background-color: rgba(64, 64, 64, 0.05);
	margin-bottom: 3.33%;
}

.organism-resources-box li {
	list-style: none;
}

.organism-descriptor-box {
	display: flex;
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
	margin-bottom: 3.33%;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: rgba(64, 64, 64, 0.05);
	border-radius: 0px;
}

.entry-box-org {
	float: left;
	text-align: center;
	z-index: 0;
    display: flex;
    align-items: center;
}

.entry-title-org {
	max-width: 80%;
	font-size: 24px;
}

.entry-links {
	z-index: 0;
	margin-left: 0;
	margin-top: 2%;
	margin-bottom: -2%;
	display: flex;
}

.entry-links-super {
	width: 50%;
	float: right;
	position: relative;
}

.img-link-org {
	z-index: 1;
    float: left;
    max-width: 20%;
}

.img-link-org img {
}

.img-link-org a img {
    transition: transform .2s;
    border-radius: 5px;
    margin-top: 0.67em;
    margin-left: 40%;
    height: 28px;
}

.img-link-org a img:hover {
    transform: scale(1.25);
}

.ext-links-row::after {
	content: "";
	clear: both;
	display: table;
}


.content-box {
	display: flex;
	width: 100%;
	padding: 24px;
	margin: 0;
	margin-bottom: 3.33%;
}

.box {
	display: inline-block;
	width: 100%;
	padding: 24px;
	margin: 0 auto;
	margin-bottom: 3.33%;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: rgba(64, 64, 64, 0.05);
}


.toggle-button {
	border: 1px solid #ddd;
	transition-duration: 0.3s;
	height: 25px;
}

.toggle-button:hover {
	border: 1px solid #ddd;
	transition-duration: 0.3s;
	background: #db572a;
	color: white;
	cursor: pointer;
}


/* Style the tab */
.tab {
  // overflow: hidden;
  margin-top: 1%;
}

.tab button {
    font-family: Marianne, Arial;
    font-size: 13px;
}

/* Style the buttons that are used to open the tab content */
.tab .tablinks {
  min-width: 8em;
  background-color: inherit;
  float: left;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab .no-tablinks {
  min-width: 8em;
  background-color: inherit;
  color: #aaa;
  float: left;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
}


/* Change background color of buttons on hover */
.tab .tablinks:hover {
  background-color: #220e10;
  color: white;
  border: 1px #220e10;
}

/* Create an active/current tablink class */
.tab .tablinks.active {
  background-color: #ccc;
  border: none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  padding: 0 0 0 0;
}

.tabcontent ul {
  padding: 0 0 0 0;
}

.tab2 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.dropbtn {
  color: black;
  padding: 6px;
  border: 2px solid #ccc;
  cursor: pointer;
  margin-bottom: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 2000;
}

.dropbtn:hover {
    background-color: #ddd;
}

.dropbtn:active {
    background-color: #ccc;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: dimGray;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dropdown-content a:hover{
    background-color: #ddd;
 }
.show {display:block;}
