@media only screen and (min-width:720px) and (max-width:959px) {
	.header .stretch .title {
		
	}
}
@media only screen and (max-width:719px) {
	.header .stretch .title {
		margin-right: 4px;
    margin-left: 4px;
    }
}
.toggle-button.icon.icon-menu {
    padding: 6px 0px;
    margin-left: 10px;
}
.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 #009cd0;
}
.wrapper a.lang-btn.clickable {
    color: #000000;
    font-weight: 400;
    border-bottom: 2px solid #a5acb2;
}
a.lang-btn.active:hover,
a.lang-btn.clickable:hover {
    font-weight: 600;
    color: #C90095;
}
.article table td,
.article table th {
  padding: 5px;
}
td, th {
  text-align: match-parent;
}
span.tag.txt {
  float: none;
  vertical-align: middle;
}
td span.tag:first-child {
    float: right;
}
  
div.toc-box {
  font-size: 14px;
  padding: 8px 12px;
  width: fit-content;
}
div .toc-box p{
  font-size: 12px;
  font-weight:400;
  color: #566068;
}
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:#EF5B5F;
}
div.lastmod {
  font-size: 10px;
  color: #a5acb2;
  margin-top: 20px;
}
.pagination .direction,
.pagination .button .icon:hover {
  color: #EF5B5F;
}
