#mw-mf-viewport {
    position: relative;
    height: 100%;
}

#mw-mf-page-center {
    width: 100%;
    min-height: 100%;
    position: relative;
    background-color: #eaecf0;
}

.view-border-box *,
.view-border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.animations.primary-navigation-enabled #mw-mf-page-left {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}

.animations #mw-mf-page-left {
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

#mw-mf-page-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 275px;
    max-width: 80%;
    z-index: 2;
    overflow-y: auto;
    background-color: #eaecf0;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
}

#mw-mf-page-left ul {
    padding-bottom: 22px;
}

#mw-mf-page-left ul li {
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #eaecf0;
    margin-top: -1px;
    font-size: 0.875em;
}

#mw-mf-page-left ul.hlist li {
    background-color: transparent;
    border: 0;
    margin: 0;
    font-size: 0.75em;
}

#mw-mf-page-left ul:first-child li:first-child {
    border-top: 0;
}

#mw-mf-page-left ul li:first-child {
    border-top: 0;
}

#mw-mf-page-left ul li a {
    color: #54595d;
    display: block;
    padding: 12px 10px 12px 15px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#mw-mf-page-left ul.hlist li a {
    color: #3366cc;
    padding: 0.7em 12px;
}

#mw-mf-page-left ul li a.mw-ui-icon {
    font-weight: bold;
    line-height: 1.857;
    font-size: 16px;
}

#mw-mf-page-left ul li a > i.fa {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 5px;
    min-width: 50px;
    text-align: center;
}

#mw-mf-page-left ul li a:hover {
    box-shadow: inset 4px 0 0 0 #3366cc;
    text-decoration: none;
}

#mw-mf-page-left ul.hlist li a:hover {
    background-color: transparent;
    box-shadow: none;
}

.mw-content-wrapper .main-top {
    font-size: 1rem;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
}

.mw-content-wrapper .main-top-right {
    font-size: 0.875em;
    margin-top: 0.5em;
}

.mw-content-wrapper .main-top-left > p {
    font-size: 0.875em;
    margin: 0;
}

.mw-content-wrapper .main-top-mobileSearch {
    display: block;
    margin-top: 1rem;
}

.mw-content-wrapper .main-top-mobileSearchButton {
    background: #fff;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
    color: #72777d;
    font-weight: normal;
    max-width: none;
    text-align: left;
    width: 100%;
}

.mw-ui-button {
    background-color: #f8f9fa;
    color: #222222;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 4em;
    max-width: 28.75em;
    margin: 0;
    padding: 0.57142857em 0.9375em;
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    -webkit-appearance: none;
    *display: inline;
    zoom: 1;
}

.mw-ui-button:not(:disabled) {
    -webkit-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
    -moz-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
    transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
}

.mw-content-wrapper .main-box {
    background: #fff;
    border: solid #c8ccd1;
    border-width: 1px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    margin: 0 -1rem 1.5rem;
    padding: 1rem;
}

.mw-content-wrapper .main-box-subtitle {
    color: #72777d;
    line-height: 1.25;
    margin-top: -.125em;
}

.mw-content-wrapper .main-header {
    border-bottom-color: transparent;
    margin-bottom: 0.25em;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.mw-content-wrapper .main-box-subtitle + .main-box-header {
    margin-top: 0;
}

.mw-content-wrapper .main-header > span > a {
    color: #000;
}

.mw-content-wrapper .main-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
}

.mw-content-wrapper .main-footer-actions {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
}

.mw-content-wrapper .main-footer-actions > ul {
    align-items: center;
    display: flex;
}

.mw-content-wrapper .main-plainlist > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer-actions > ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
}

.mw-content-wrapper .main-plainlist li {
    margin-bottom: 0;
}

.mw-content-wrapper .main-featuredLists > .main-featuredLists-item {
    align-items: stretch;
    break-inside: avoid;
    clear: both;
    display: flex;
    page-break-inside: avoid;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -webkit-column-break-inside: avoid;
    display: -webkit-box;
    display: -webkit-flex;
}

.mw-content-wrapper .main-featuredLists-item>img {
    flex: 0 auto;
}

.mw-content-wrapper .main-featuredLists-item>a {
    color: inherit;
    flex: 1;
    margin-left: -50px;
    padding-left: 66px;
    position: relative;
    text-decoration: none;
}

.mw-content-wrapper .main-featuredLists-subtitle {
    color: #72777d;
    display: block;
    font-size: 1em;
    line-height: 1.25;
    margin-top: -.125em;
}

.mw-content-wrapper .main-featuredLists-header {
    color: inherit;
    margin-bottom: 0;
}

.mw-content-wrapper .main-box-image-only>.main-box-content {
    margin: 0.5rem -1rem 0;
    text-align: center;
}

.mw-content-wrapper .main-box-image-only>.main-box-content img {
    height: auto;
    max-width: 100%;
}

.mw-content-wrapper .hlist dd, 
.mw-content-wrapper .hlist dt, 
.mw-content-wrapper .hlist li {
    margin: 0;
    display: inline;
}

.mw-content-wrapper .main-wikimedia-icon {
    margin: 0 0 0.5rem;
    text-align: center;
}

.mw-content-wrapper .main-wikimedia-header {
    text-align: center;
    font-family: inherit;
    font-size: 1em;
    width: 100%;
}

.mw-content-wrapper .main-wikimedia-list {
    column-count: 4;
    column-width: 15em;
    margin-top: 0.5rem !important;
    font-size: 0.85em;
    column-width: 10em;
}

.mw-content-wrapper .main-wikimedia-list > .main-wikimedia-listItem {
    align-items: stretch;
    break-inside: avoid;
    clear: both;
    display: flex;
    page-break-inside: avoid;
    margin-bottom: 0.5rem;
}

.mw-content-wrapper .main-wikimedia-listItem > img {
    flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
}

.mw-content-wrapper .main-wikimedia-listItem>a {
    flex: 1;
    margin-left: -48px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
}

.mw-content-wrapper .main-wikimedia-listItem > a > em {
    font-style: normal;
}

.mw-content-wrapper .main-wikimedia-listItem > a > small {
    color: #72777d;
    display: block;
    font-size: 0.85em;
    line-height: 1.25;
}