* {
	outline: none;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
body {
	margin: 0;
	word-wrap: break-word;
	font-family: sans-serif;
	background: #fff;
	line-height: 1.5;
	font-size:15px;
	color: #000;
}
*, *:before, *:after {
-webkit-box-sizing:inherit;
  box-sizing: inherit;
}
b,
strong {
	font-weight: bold;
}
dfn, em {
	font-style: italic;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	-webkit-box-sizing:content-box;box-sizing:content-box;height:0;
	height: 0;
}
small {
  font-size: 85%;
}
i {
  line-height: inherit;
}
h1,h2,h3,h4,h5,h6 {font-weight:500;margin:0;padding:0;line-height: 1.1;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size:30px;
}
h2 {
  font-size:26px;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}
h3 {
  font-size:24px;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}
h4 {
  font-size:20px;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}
h5 {
 font-size:18px;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}
h6 {
 font-size:16px;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul,ol {
	padding-left:15px;
}
ul li {
	list-style-type: square;
	margin-bottom: 0.15em;
}
ul ul li {
  list-style-type: none;
}
ul li,
ol li {
	list-style-position: inside;
}
sup{
	line-height: 1;
}

.line {height:1px;background:#eee;margin-bottom:20px;}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
	overflow: auto;
}
embed,
iframe,
object {
	width: 100%;
	border:0;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
.content-container {
	padding:20px;
	min-height:500px;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}
@media screen and (min-width: 1200px) {
	#main{
		max-width: 1024px;
		margin: auto;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	#main{
		width: 92%;
		max-width: 1024px;
		margin: auto;
	}
}

@media only screen and (min-width:768px) and (max-width:991px){
	#main{
		width: 92%;
		margin: auto;
	}
	
}
@media only screen and (min-width:601px) and (max-width:767px){
/*	#main{
		width:auto!important;
		margin-left:1em!important;
		margin-right:1em!important
	}*/
	#main{
		width: 100%;
		margin: 0em;
	}
	.content-container {
		width:auto!important;
		margin-left:1em!important;
		margin-right:1em!important;
		min-height:328px;
	}
}
@media screen and (max-width: 600px) {
	#main{
		margin: 0em;
	}
}
@media screen and (max-width: 480px) {
	.content-container {
		padding:15px;
		min-height:328px;
	}
}
 
/*Headlines*/
.page-title {
	margin: 0 0 25px 0;
	font-size: 24px;
	color: #000;
}
.page-block .block-title {
	margin:0 0 5px 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.page-block .block-title span{
	display: inline-block;
	border-bottom: 2px solid #0095DA;
	padding: 0 0 10px 0;
}
.page-block .block-title .list-all {
	position: absolute;
	right:0;
	text-decoration: none;
	font-size: 14px;
	top: 2px;
	color: #81A6B8;
}

/*Category*/
.pagination {
	padding:0;
}
.pagination li {
	border-radius: 0;  
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: .2s ease-out;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 35px;
  display: inline-block;
  font-size: 1.2rem;
}
.pagination li i {
	font-size: 15px;
	vertical-align: middle;
}
.pagination li a {
	text-decoration: none;
	color: #0095DA;
  padding: 0 10px;
}
.pagination li:hover {
  background-color: #ddd;
	border: 1px solid #ddd;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);

}

/*Category-Table*/
table.bordered {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2.5em;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.bordered > tbody > tr > td {
	padding: 7px 5px;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0px;
  width: 50%;
}

/* Links */
a {
	color: #0378AD;
	text-decoration:underline;
	background-color: transparent;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color:none;
	text-decoration:none;
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration:none;
}
a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}
#my_ad:hover{
	opacity: .80;
}

/* Left sidebar main menu */
header {
  display: flex;
  position: fixed;
  top: 0px;
  width: 100%;
  height:50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  z-index: 20;
}
#nav-container {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 22;
}
.bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
  z-index:98;
  
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}
.button {
  position: absolute;
  font-size: 30px;
  justify-content: center;
  z-index: 99;
  border: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 0px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  touch-action: manipulation;
  outline: none;
}
.button .bars, .button .times {
  position: absolute;
  top: 10px;
  left: 20px;
}
.button .times {
  visibility: hidden;
  display: none;
}
#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .button .bars{
	visibility: hidden;
}
#nav-container:focus-within .button .times{
  visibility: visible;
  display: flex;
}
#slide-out-left {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 60px;
  width: 90%;
  max-width: 300px;
  margin-top: 50px;
  position: absolute;
  left: 0;
  height: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  overflow-y: auto;
  border-right: solid 1px #ccc;
  z-index: 999;
}
#nav-container:focus-within #slide-out-left {
  transform: none;
}

#slide-out-right h3 {
	padding-left: 15px;
}
#nav-container-right {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 22;
}
#nav-container-right:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container-right * {
  visibility: visible;
}

.button1 {
  position: absolute;
  right: 0px !important;
  color: #777;
  font-size: 30px;
  justify-content: center;
  z-index:100;
  -webkit-appearance: none;
  border: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 0px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 25px;
  touch-action: manipulation;
  outline: none;
}
.button1 .language, .button1 .times {
  position: absolute;
  top: 10px;
  right: 20px;
}
.button1 .times {
  visibility: hidden;
  display: none;
}
#nav-container-right:focus-within .button1 {
  pointer-events: none;
}
#nav-container-right:focus-within .button1 .language{
	visibility: hidden;
	display: none;
}
#nav-container-right:focus-within .button1 .times{
  visibility: visible;
  display: flex;
}
#slide-out-right {
  background: #fff;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 60px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  right: 0;
  height: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(+100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  overflow-y: auto;
 /* box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.16), 0 2px 10px -2px rgba(0, 0, 0, 0.12);*/
  border-left: solid 1px #ccc;
  z-index: 999;
}

#nav-container-right:focus-within #slide-out-right {
  transform: none;
}

.main-menu,
.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu {
	width: 100%;
	color: #333;
}
.main-menu > ul > li > a {
	padding: 15px 20px;
	border-bottom: 1px solid #333;
	cursor: pointer;
	color: #333;
	z-index: 2;
	font-weight: 500;
	text-decoration: none;
}
.main-menu > ul > li > a i.fa {
	display: inline-block;
	width: 20px;
	margin-right: 1rem;
}
.main-menu > ul > li > a:hover > span::after{
	border-color: #eeeeee;
}
.main-menu > ul > li > a:hover i.fa {
	color: #fff;
}
.main-menu ul li > a:hover {
	background-color: #aaa;
	font-weight: bold;
}
.main-menu a:hover {
	color: #fff !important;
}

/* Not Found */
.not-found {
	padding:30px 20px 0 20px;
	text-align:center;
}
.not-found h2 {
	font-size:75px;
	font-weight: 700;
	margin:0;
	padding:0;
	color: #ddd;
}
.not-found h3 {
	margin:0 0 30px 0;
	padding:0;
}
.not-found .btn-to-home {
	background: #000;
	color: #fff;
	padding:4px 20px;
	display:inline-block;
	font-size: 18px;
	text-decoration:none;
}
.btn {
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #2bbbad;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);

}
.angle{
	float: left;
	margin-right: 0.5em;
}

/* Article */
	#page, #article, #category {
		text-align: justify;
	}
	#article  a {
		text-decoration: none;
	}
	#article  a:hover {
		text-decoration: underline;
	}
	#article  a:visited {
		color: #660066;
	}
	#article  dl {
		margin: 0.70em;
		padding: 0.25em;
	}
	li.gallerybox {
		vertical-align: top;
		text-align: center;
		display: -moz-inline-box;
		display: inline-block;
		margin-bottom: 0.5em;
		border: 1px solid #c8ccd0;
		background-color: #f8f9f9;
		padding: 0.5em;
		width: auto !important;
	}

	#Contentsverzeichnis * {
		list-style-type: none;
	}
	.float-right, .float_right, .sinottico{
		float: right;
		margin:0 0 1em 1em !important; 
		z-index: 10;
		clear: both;
		max-width: 50%;
	}
	.float-left, .float_left{
		float: left;
		margin: 20px 1em 0 0;  
		z-index: 10;
		clear: both;
		max-width: 50%;
	}

	.detail, .ambox, .hatnote, .hauptartikel, .homonymie, .bandeau-section, .disambig, .rellink, .nota-disambigua, .mainarticle, .relarticle , .huvudartikel, .bandeau-article  {
		padding: 0.5em;
		margin-bottom: 0.5em;
		background-color: #f8f9fa;
		border-bottom: #ddd solid 1px;
		overflow:hidden;
	}
	.bandeau-article{
		font-size: 0.9em;
	}
	.MathJax {
		font-size: 100% !important;
	}
	
/*Neu*/
.external{
	width: 0.8em;
	height: 0.8em;
}
#img-0 {
    float: none;
}

	#normdaten{
		border: 1px solid black;
		padding: 5px;
		margin-top: 1em;
		clear: both;
	}
	#Image_Imprint{
		background: url("https://www.dasbestelexikon.de/images/Image_Imprint.png");
		height: 491px;
		width: 574px;
	}
	#article table{
	  margin: auto;
	  margin-bottom: 0.5em;
	  border-collapse: collapse;
	  overflow-x: auto;
	  display: block;
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  max-width: 100%; 
	  border: 1px;
	  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
	}	
	#article table table{
		margin: 0em; 
		box-shadow: none;
		width: 100% !important; 
		max-width: 100% !important; 
	}
	#article table caption{
		margin: 0em; 
		box-shadow: none;
		width: 100% !important; 
	}
	#article table td, table th{
	  padding: .4rem;
	}   
	
	#article table th {
	  text-align: left;
	  background-color: rgb(190, 220, 250);
	  border-bottom: rgb(50, 50, 100) solid 2px;
	  border-top: none;
	}

	#article table td {
	  color: rgb(20, 20, 20);
	}

	#article table td:first-of-type, table th:first-of-type {
	  border-left: none;
	}

	#article table td:last-of-type, table th:last-of-type {
	  border-right: none;
	}
	#article ul, ul, ol{
		padding-right: 1.10em;
	}
	#article .wikitable{
		border: 0px !important;
		box-shadow: none;
	}
	#article .wikitable .sortable {
		display: block;
	}
	#article .wikitable td{
		border: 1px solid #a2a9b0;
	}
	.copright, .image{
		margin:0em !important;
	}
	.right{
		float: right; margin-left: 1em;  margin-bottom: 0.5em;  margin-top: 0.5em; clear: both; width:220px; overflow: auto; max-width: 100%;
	}
	.left{
		float: left; margin-right: 1em; margin-bottom: 0.5em;  margin-top: 0.5em; clear: left; width:220px; overflow: auto; max-width: 100%;
	}
	.right table, .left table{
		display: table !important;
	}
	.right .text, .left .text{
		padding: 5px;
	}
	.italique{
		font-style: italic;
	}
	.noresize {
		height: 100% !important;
	}
	.center{
		padding-bottom: 2em;
	}
	#article .table_right {
		float: right;
		display: table !important;
		margin:  0 0 1em 1em !important;
		clear: both;
	}
	#article .table_right .entete {
		width: 100%;
		font-weight: bold;
		text-align: center;
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#article .table_right .images, #article .table_right .legend {
		width: 100%;    
		padding: 0.25em;
		text-align: center;
		justify-content: space-around;
		align-items: center;
	}
	#article .table_right .images {
		display: flex;
	}
	#article .table_right table {
		width: 100% !important;
		margin: 0 !important;
	}
	#article .table_left {
		float: left;
		margin: 0 0 1em 0 !important;
		display: table !important;
	}
	#content_summary li{
		list-style:none;
		line-height: 1.6em;
	}
	.copyright{
		line-height: 0.9em;
		padding-left: 3px;
		padding-right: 3px;
	}
	.copyright div {
		display: inline;
	}
	#privacy_police ul li{
		list-style: none;
	}
	#content_section{
		border: 1px solid silver; border-top: none; font-size: 1em; line-height: 1.65em;
	}
	#headline-0 {
		font-size:1.5em; cursor:pointer; line-height: 1.5em; padding: 0.5em;
	}
	#article .block-title span {
		display: inline-block;
		border-bottom: none;
		padding: 0 0 0 0;
	}
	#article .block-title .underlined {
		display: inline-block;
		border-bottom: 2px solid #0095DA;
		padding: 0 0 10px 0;
	}
	#article  .block-title {
	margin:0 0 5px 5px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #ddd;
	position: relative;
	display: flex;
	}
	#article  .legende-bloc ul {
		padding: 0;
	}
	#article  .legende-bloc ul li{
		list-style: none;
	}
	.center.right{
		float:initial !important;
		text-align: center;
		max-width: 100%;
	}
	h3, h4{
		margin-top: 0.5em;
	}
	
@media screen and (max-width: 750px) {
	
	#article table {
		max-width: 100%;
		float: none;
	}
	
	 h1 {
		line-height: 2rem;
	}
	
	.float-right, .float_right, .sinottico{
		float: right;
		margin: 0 0 1em 0 !important; 
	}
	
}
@media(min-width: 601px) {
	#article .table_right {
		max-width: 320px;
	}
}
@media(max-width: 600px) { 
	
	.gallery .gallerybox, .gallery .gallerybox div {
		width: 100% !important;
	}
	
	#article, #category {
		padding: 0em;
	}
	
	#article ul, ul, ol {
    padding-right: 0em;
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
	column-count: 1 !important;
	}
	
	#article table, #article .table_right {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		margin-left: 0em !important;
		margin-right: 0em !important;
		padding-left: 0em !important;
		padding-right: 0em !important;
		padding-bottom: 1em !important;
		float:initial !important;
	}
	
	.right, .right .image{
		width: 100% !important;
		float:initial !important;
		text-align: center;
	}
	.left, .left .image{
		width: 100% !important;
		float:initial !important;
		text-align: center;
	}
	
}
/* Footer $ Social*/
.footer {
	background:#C1D0D9;
	color: #455C69;
	text-align:center;
}
.social-footer {
	margin-bottom: 5px;
	text-align: center;
}
.social-footer a {
	display:inline-block;
	margin:0 2px;
	font-size:30px;
	width:60px;
	height:60px;
	text-align:center;
	padding-top:10px;
	color: #fff;
	border-radius:50%;
}
.social-footer a.facebook {
	background:#3b5998;
}
.social-footer a.twitter {
	background:#55acee;
}
.social-footer a.whatsapp {
	background:#25D366;
}
.social-footer a.telegram {
	background:#0088cc;
}
.social-footer a.email {
	background:#000;
}
.footer .navigation a {
	display:inline-block;
	margin:1em;
	padding-top:1em;
	font-size:13px;
}
.footer .copyright {
	background: #A7BFCC;
	padding: 15px;
	font-size:14px;
}
.footer .navigation {
	padding: 15px;
}


#to-top {
	position: fixed;
	right: 30px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	opacity: 0.75;
	visibility: hidden;
	text-align: center;
	overflow: auto;
	padding: 10px 0 0 0;
	font-size: 20px;
	cursor: pointer;
	background: #074A91;
	background:rgba(7,74,145,0.5);
	color: #fff;
	z-index: 111;
	border-radius: 50%;
}
#to-top:hover {
	opacity: 1;
}
#to-top a{
	color: white;
}

/*Search*/
.ui.input {
    font-size: 1em;
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0,0,0,.87);
}
.ui.action.input:not([class*="left action"]) > input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
   /* border-right-color: transparent !important; */
}
.ui.input > input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#search {
  width: 100%;
}
#search_value {
  width: 80%;
  height: 50px;
  border: 3px solid #6393C1;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}
#search_value:focus{
  color: #6393C1;
}
#searchButton {
  background-color: #6393C1;
  color: #fff;
  cursor: pointer;  
    display: inline-block;
    min-height: 1em;
    outline: 0;
	border: none;
    vertical-align: baseline;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
	border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#article table.clade{border-spacing:0;margin:0;font-size:100%;line-height:100%;box-shadow:none;border-collapse:separate !important; width:auto}
#article table.clade td, #article table.clade th{padding: 0}
#article table.clade td.clade-label{width:0.7em;padding:0 0.15em!important;vertical-align:bottom;text-align:center;border-left:1px solid !important;border-bottom:1px solid;white-space:nowrap}
#article table.clade td.clade-fixed-width{overflow:hidden;text-overflow:ellipsis}
#article table.clade td.clade-label.first{border-left:none!important;border-right:none}
#article table.clade td.clade-label.reverse{border-left:none;border-right:1px solid}
#article table.clade td.clade-slabel{padding:0 0.15em;vertical-align:top;text-align:center;border-left:1px solid!important;white-space:nowrap}
#article table.clade td.clade-slabel.last{border-left:none!important;border-right:none}
#article table.clade td.clade-slabel.reverse{border-left:none!important;border-right:1px solid}
#article table.clade td.clade-bar{vertical-align:middle;text-align:left;padding:0 0.5em;position:relative}
#article table.clade td.clade-bar.reverse{text-align:right;position:relative}
#article table.clade td.clade-leaf{border:0;padding:0;text-align:left;}
#article table.clade td.clade-leafR{border:0;padding:0;text-align:right}
#article table.clade td.clade-leaf.reverse{text-align:right}