
/* Fix position header svg to prevent menu button overlap */
@media only screen and (min-width:720px) and (max-width:959px) {
	.header img {
		margin-right: 0px;
		margin-left: 0px;
	}
}
/* Fix position header svg to prevent menu button overlap */
@media only screen and (max-width:719px) {
	.header img {
		margin: 1px;
    }
}
/* Vertically center menu icon with header contents */
.toggle-button.icon.icon-menu {
    padding: 25px 0px 0px 20px;
    margin: 0px;
}
.wrapper .lang-btn-box {
    position: relative;
    display: block;
    margin: 5px;
    padding: 5px;
    float: right;
}
.wrapper a.lang-btn {
    border-bottom: #000000;
    font-weight: 500;
}
.wrapper a.lang-btn {
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 2px;
}
.wrapper a.lang-btn.active {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #FF601C;
}
.wrapper a.lang-btn.clickable {
    color: #000000;
    font-weight: 400;
    border-bottom: 2px solid #a5acb2;
}
.lang-btn .active:hover,
.lang-btn .clickable:hover {
    color: #000;
    font-weight: 500;
}
.imagetext {
    font-size: 16px;
    margin-top: 1px;
    padding-top: 2px;
    text-align: center;
    vertical-align: top;
}
.pad-even {
    padding: 20px;
}
.article figure.pad-even {
    margin: 8px;
}
.pad-top {
    padding-top: 15px;
}
.align-right {
    padding-right: 30px;
    padding-top: 10px;
    float: right;
    justify-content: all;
}
  .article table td figure,
  .article table td img {
    padding: 1px;
    margin: 3px;
  }
  .article table th {
    padding: 12px 25px;
    font-weight: 500;
  }
  .article table td {
    padding: 10px;
  }
  td, th {
    text-align: match-parent;
  }
span.tag.txt {
  float: none;
  vertical-align: middle;
}
td span.tag:first-child {
    float: right;
}
  
div.legend { 
  border: 1px solid #A5ACB2;
  padding: 8px 12px;
  width: max-content;
  max-width: 80%;
}
div.legend>hr{
  margin-bottom: 5px;
}
.label{
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}
div.legend>p.item,
div.legend>p.item>a{
  font-weight: 600;
  font-size: 14px;
}
div.toc-box {
  font-size: 14px;
  padding: 8px 12px;
  width: fit-content;
}
div .toc-box p{
  font-size: 12px;
  font-weight:400;
  color: #566068;
}
.legend>p {
  display: inline;
  vertical-align: text-top;
  padding: 10px;
}
.legend-name{ 
  padding: 0;
} 
.legend-ul>ul li{
  list-style: none;
}
.article li figure,
.article li figure img {
  padding-bottom: 10px;
  max-width: 80%;
  max-height: 80%;
}
.article figure.banner {
  max-width: 100%;
  padding: 0px;
}
footer div.copyright div.social-buttons {
  padding-bottom: 10px;
}
div.drawer div.social-buttons {
  font-size: 24px;
  padding-left: 30px;
}
div.drawer > div.social-buttons > span {
  padding: 10px;
}
div.copyright {
  font-size:12px;
}
div.copyright > div.social-buttons > a {
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 5px 5px;
}
.social-buttons > a:hover {
  color:#FF601C;
}
div.lastmod {
  font-size: 10px;
  color: #a5acb2;
  margin-top: 20px;
}
.pagination .direction,
.pagination .button .icon:hover {
  color: #FF601C;
}
.pagination .previous {
	text-align: left;
}
