
@media screen and (min-width: 1024px) {
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
        margin-left: 9em;
    }
}
@media screen and (min-width: 768px) {
    .infobox {
        float: right;
    }
}

.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}
html, body{
    font-family: sans-serif;
    background-color: white;
}
.firstHeading:before{
    display: block;
    height: 18px;
    left: -9999px;
    line-height: 0;
    margin-bottom: 20px;
    position: absolute;
    width: 119px;
}
.wikitable{
    background-color: #f8f9fa;
    color: #202122;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;  
}
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    text-align: left;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td{
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    margin-bottom: 0.25em;
    padding: 0;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    line-height: 1.3;
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #eaecf0;
    text-align: center;
}
.wikitable td ul, .wikitable td ol, .wikitable td dl {
    text-align: left;
}
.mw-body-content ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 1.6em;
    padding: 0;
}
h1, h2 {
    margin-bottom: 0.6em;
    border-bottom: 1px solid #a2a9b1;
}
h1 {
    font-size: 188%;
    font-weight: normal;
}
.mw-body {
    padding: 1.25em 1.5em 1.5em 1.5em;
}
.mw-body h1, .mw-body-content h1 {
    font-size: 1.8em;
}
.mw-body .firstHeading {
    overflow: visible;
}
a {
    text-decoration: none;
    color: #0645ad;
    background: none;
}
li {
    margin-bottom: 0.1em;
}
.vector-body {
    font-size: 0.875em;
    font-size: calc(1em * 0.875);
    line-height: 1.6;
}
.vector-body h2 {
    margin-top: 1em;
    font-size: 1.5em;
}
.hlist dd, .hlist dt, .hlist li {
    margin: 0;
    display: inline;
}
.hlist dd:after, .hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after {
    content: none;
}
.infobox-header, .infobox-label, .infobox-above, .infobox-full-data, .infobox-data, .infobox-below, .infobox-subheader, .infobox-image, .infobox-navbar, .infobox th, .infobox td {
    vertical-align: top;
}
.plainlist ol li, .plainlist ul li {
    margin-bottom: 0;
}
.plainlist ol, .plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.infobox-label, .infobox-data, .infobox th, .infobox td {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    overflow: hidden;
}
h2 {
    font-size: 150%;
    font-weight: normal;
}
.infobox .infobox-above, .infobox .infobox-title, .infobox caption {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}
.infobox .infobox-header, .infobox .infobox-subheader, .infobox .infobox-image, .infobox .infobox-full-data, .infobox .infobox-below {
    text-align: center;
}
.infobox-label, .infobox-data, .infobox th, .infobox td {
    text-align: left;
}
.infobox-header, .infobox-label, .infobox-above, .infobox-full-data, .infobox-data, .infobox-below, .infobox-subheader, .infobox-image, .infobox-navbar, .infobox th, .infobox td {
    vertical-align: top;
}
a[target="_blank"]:after {
    content: url("./external.svg");
}