.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;
    justify-content: start;
}

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

.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;
}

.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;
}

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

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 500px;
}

.stepper-wrapper .step-name {
  font-size : 10px;
  width: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item.chain::before .chain{
  position: absolute;
  content: "";
  border-bottom: 2px dashed #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item.chain::after {
  position: absolute;
  content: "";
  border-bottom: 2px dashed #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  background-color: #7ac5ad; /* Green */
}

.stepper-item.completed .step-counter {
  background-color: #1d3a8f; /* Blue */
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #1d3a8f; /* Blue */
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}