/* Style the tab */
.chimera .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  #background-color: #f1f1f1;
  background-color: #06c;
}

/* Style the buttons that are used to open the tab content */
.chimera .tab button {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-family: "Titillium Web",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color:white;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.chimera .tab button:hover {
  #background-color: #ddd;
   background-color: #08f;

}

/* Create an active/current tablink class */
.chimera .tab button.active {
  #background-color: #ccc;
  background-color: #08f;
}

/* Style the tab content */
.chimera .tabcontent {
  font-size: 1em;
  font-style: normal;
  font-family: "Titillium Web",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.chimera .chimera_img_container{
	text-align: center;
}
.chimera .chimera_img_container img {
    width: 90%;
	margin: auto;
}