Difference between revisions of "MediaWiki:Common.css"

From PGPwiki
Jump to: navigation, search
Line 1,223: Line 1,223:
 
}
 
}
 
#toc, .toc, .mw-warning {
 
#toc, .toc, .mw-warning {
     background-color: #f9f9f9;
+
     background-color: #252525;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
 
     font-size: 95%;
 
     font-size: 95%;

Revision as of 03:45, 10 May 2017

/* CSS placed here will be applied to all skins */

@media print {
a.stub, a.new {
    color: #ba0000;
    text-decoration: none;
}
#toc {
    background-color: #252525;
    border: 1px solid #aaaaaa;
    display: table;
    padding: 5px;
}
div.floatright {
    clear: right;
    float: right;
    margin: 0.5em 0 0.8em 1.4em;
    position: relative;
}
div.floatright p {
    font-style: italic;
}
div.floatleft {
    clear: left;
    float: left;
    margin: 0.5em 1.4em 0.8em 0;
    position: relative;
}
div.floatleft p {
    font-style: italic;
}
div.center {
    text-align: center;
}
div.thumb {
    background-color: transparent;
    border: medium none;
    margin-bottom: 0.8em;
    margin-top: 0.5em;
    width: auto;
}
div.thumbinner {
    background-color: #0c070700;
    border: 1px solid #cccccc;
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}
html .thumbimage {
    border: 1px solid #cccccc;
}
html .thumbcaption {
    border: medium none;
    font-size: 94%;
    line-height: 1.4em;
    padding: 3px;
    text-align: left;
}
div.magnify {
    display: none;
}
div.tright {
    clear: right;
    float: right;
    margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    clear: left;
    float: left;
    margin: 0.5em 1.4em 0.8em 0;
}
img.thumbborder {
    border: 1px solid #dddddd;
}
table.rimage {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    position: relative;
    text-align: center;
    width: 1pt;
}
body {
    background: red none repeat scroll 0 0;
    color: black;
    margin: 0;
    padding: 0;
}
.noprint, div#jump-to-nav, .mw-jump, div.top, div#column-one, #colophon, .mw-editsection, .mw-editsection-like, .toctoggle, .tochidden, div#f-poweredbyico, div#f-copyrightico, li#viewcount, li#about, li#disclaimer, li#mobileview, li#privacy, #footer-places, .mw-hidden-catlinks, tr.mw-metadata-show-hide-extended, span.mw-filepage-other-resolutions, #filetoc, .usermessage, .patrollink, #mw-navigation {
    display: none;
}
ul {
    list-style-type: square;
}
#content {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    direction: ltr;
    margin: 0;
    padding: 0;
}
#footer {
    background: white none repeat scroll 0 0;
    border-top: 1px solid #aaa;
    color: black;
    direction: ltr;
    margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
dt {
    font-weight: bold;
}
p {
    line-height: 1.2em;
    margin: 1em 0;
}
pre, .mw-code {
    background: black none repeat scroll 0 0;
    border: 1pt dashed black;
    color: green;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
    white-space: pre;
}
table.listing, table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}
a {
    background: #252525 none repeat scroll 0 0;
    color: white;
    padding: 0;
}
a:link, a:visited {
    background: transparent none repeat scroll 0 0;
    color: #520;
    text-decoration: underline;
}
#content a.external.text::after, #content a.external.autonumber::after {
    content: " (" attr(href) ")";
}
#globalWrapper {
    min-width: 0;
    width: 100%;
}
#content {
    background: white none repeat scroll 0 0;
    color: black;
}
#column-content {
    margin: 0;
}
#column-content #content {
    margin: 0;
    padding: 1em;
}
a, a.external, a.new, a.stub {
    color: black;
    text-decoration: none;
}
a, a.external, a.new, a.stub {
    color: inherit;
    text-decoration: inherit;
}
img {
    border: medium none;
    vertical-align: middle;
}
span.texhtml {
    font-family: monospace,Courier;
}
#siteNotice {
    display: none;
}
li.gallerybox {
    display: inline-block;
    vertical-align: top;
}
ul.gallery, li.gallerybox {
}
ul.gallery {
    display: block;
    margin: 2px;
    padding: 2px;
}
li.gallerycaption {
    display: block;
    font-weight: bold;
    overflow-wrap: break-word;
    text-align: center;
}
li.gallerybox div.thumb {
    border: 1px solid #ccc;
    margin: 2px;
    text-align: center;
}
div.gallerytext {
    font-size: 94%;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 2px 4px;
}
table.diff {
    background: white none repeat scroll 0 0;
}
td.diff-otitle {
    background: #252525 none repeat scroll 0 0;
}
td.diff-ntitle {
    background: #252525 none repeat scroll 0 0;
}
td.diff-addedline {
    background: #ccffcc none repeat scroll 0 0;
    border: 2px solid black;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffffaa none repeat scroll 0 0;
    border: 2px dotted black;
    font-size: smaller;
}
td.diff-context {
    background: #eeeeee none repeat scroll 0 0;
    font-size: smaller;
}
.diffchange {
    color: silver;
    font-weight: bold;
    text-decoration: underline;
}
table.wikitable, table.mw_metadata {
    background: white none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-collapse: collapse;
    margin: 1em 0;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, .mw_metadata th, .mw_metadata td {
    border: 1px solid #aaa;
    padding: 0.2em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th {
    background: white none repeat scroll 0 0;
    font-weight: bold;
    text-align: center;
}
table.wikitable > caption, .mw_metadata caption {
    font-weight: bold;
}
a.sortheader {
    margin: 0 0.3em;
}
.wikitable, .thumb, img {
    page-break-inside: avoid;
}
h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}
p {
}
.catlinks ul {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.catlinks li {
    border-left: 1px solid #aaa;
    display: inline-block;
    line-height: 1.15em;
    margin: 0.1em 0;
    padding: 0 0.4em;
}
.catlinks li:first-child {
    border-left: medium none;
    padding-left: 0.2em;
}
}
@media screen {
.mw-content-ltr {
    direction: ltr;
}
.mw-content-rtl {
    direction: rtl;
}
.sitedir-ltr textarea, .sitedir-ltr input {
    direction: ltr;
}
.sitedir-rtl textarea, .sitedir-rtl input {
    direction: rtl;
}
mark {
    background-color: yellow;
    color: black;
}
input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
    direction: ltr;
}
textarea[dir="ltr"], input[dir="ltr"] {
    direction: ltr;
}
textarea[dir="rtl"], input[dir="rtl"] {
    direction: rtl;
}
abbr[title], .explain[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
.mw-plusminus-pos {
    color: #006400;
}
.mw-plusminus-neg {
    color: #8b0000;
}
.mw-plusminus-null {
    color: #aaa;
}
.allpagesredirect, .redirect-in-category, .watchlistredir {
    font-style: italic;
}
span.comment {
    font-style: italic;
}
span.changedby {
    font-size: 95%;
}
.texvc {
    direction: ltr;
    unicode-bidi: embed;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: monospace,Courier;
}
#wikiPreview.ontop {
    margin-bottom: 1em;
}
#editform, #toolbar, #wpTextbox1 {
    clear: both;
}
#toolbar img {
    cursor: pointer;
}
div.mw-filepage-resolutioninfo {
    font-size: smaller;
}
h2#filehistory {
    clear: both;
}
table.filehistory th, table.filehistory td {
    vertical-align: top;
}
table.filehistory th {
    text-align: left;
}
table.filehistory td.mw-imagepage-filesize, table.filehistory th.mw-imagepage-filesize {
    white-space: nowrap;
}
table.filehistory td.filehistory-selected {
    font-weight: bold;
}
.filehistory a img, #file img:hover {
    background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC") repeat scroll 0 0;
}
li span.deleted, span.history-deleted {
    color: #888;
    font-style: italic;
    text-decoration: line-through;
}
.not-patrolled {
    background-color: #ffa;
}
.unpatrolled {
    color: red;
    font-weight: bold;
}
div.patrollink {
    font-size: 75%;
    text-align: right;
}
td.mw-label {
    text-align: right;
}
td.mw-input {
    text-align: left;
}
td.mw-submit {
    text-align: left;
}
td.mw-label {
    vertical-align: top;
}
.prefsection td.mw-label {
    width: 20%;
}
.prefsection table {
    width: 100%;
}
.prefsection table.mw-htmlform-matrix {
    width: auto;
}
.mw-icon-question {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    display: inline-block;
    height: 13px;
    margin-left: 4px;
    width: 13px;
}
.mw-icon-question:lang(ar), .mw-icon-question:lang(fa), .mw-icon-question:lang(ur) {
    transform: scaleX(-1);
}
td.mw-submit {
    white-space: nowrap;
}
table.mw-htmlform-nolabel td.mw-label {
    width: 1px;
}
tr.mw-htmlform-vertical-label td.mw-label {
    text-align: left;
}
.mw-htmlform-invalid-input td.mw-input input {
    border-color: red;
}
.mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
    display: inline;
    margin-right: 1em;
    white-space: nowrap;
}
.mw-htmlform-matrix td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
input#wpSummary {
    margin-bottom: 1em;
    width: 80%;
}
.mw-content-ltr .thumbcaption {
    text-align: left;
}
.mw-content-rtl .thumbcaption {
    text-align: right;
}
.mw-content-ltr .magnify {
    float: right;
}
.mw-content-rtl .magnify {
    float: left;
}
#catlinks {
    text-align: left;
}
.catlinks ul {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.catlinks li {
    border-left: 1px solid #aaa;
    display: inline-block;
    line-height: 1.25em;
    margin: 0.125em 0;
    padding: 0 0.5em;
}
.catlinks li:first-child {
    border-left: medium none;
    padding-left: 0.25em;
}
.catlinks li a.mw-redirect {
    font-style: italic;
}
.mw-hidden-cats-hidden {
    display: none;
}
.catlinks-allhidden {
    display: none;
}
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, p.mw-filedelete-editreasons, p.mw-delete-editreasons, p.mw-revdel-editreasons {
    font-size: 90%;
    text-align: right;
}
.os-suggest {
    background-color: white;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    font-size: 95%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 99;
}
table.os-suggest-results {
    border: 0 none;
    border-collapse: collapse;
    cursor: pointer;
    font-size: 95%;
    width: 100%;
}
.os-suggest-result, .os-suggest-result-hl {
    background-color: white;
    color: black;
    padding: 2px;
    white-space: nowrap;
}
.os-suggest-result-hl, .os-suggest-result-hl-webkit {
    background-color: #4c59a6;
    color: white;
}
.os-suggest-toggle {
    font-size: 65%;
    left: 1ex;
    position: relative;
}
.os-suggest-toggle-def {
    font-size: 65%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.autocomment {
    color: gray;
}
#pagehistory .history-user {
    margin-left: 0.4em;
    margin-right: 0.2em;
}
#pagehistory span.minor {
    font-weight: bold;
}
#pagehistory li {
    border: 1px solid white;
}
#pagehistory li.selected {
    background-color: #252525;
    border: 1px dashed #aaa;
}
.mw-history-revisiondelete-button, #mw-fileduplicatesearch-icon {
    float: right;
}
.newpage, .minoredit, .botedit {
    font-weight: bold;
}
#shared-image-dup, #shared-image-conflict {
    font-style: italic;
}
div.mw-warning-with-logexcerpt {
    border: 2px solid #2f6fab;
    clear: both;
    margin-bottom: 3px;
    padding: 3px;
}
div.mw-warning-with-logexcerpt ul li {
    font-size: 90%;
}
span.mw-revdelundel-link, strong.mw-revdelundel-link {
    font-size: 90%;
}
span.mw-revdelundel-hidden, input.mw-revdelundel-hidden {
    visibility: hidden;
}
td.mw-revdel-checkbox, th.mw-revdel-checkbox {
    padding-right: 10px;
    text-align: center;
}
a.new {
    color: #ba0000;
}
a.feedlink {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-left: 16px;
}
.plainlinks a {
    background: #252525 none repeat scroll 0 0;
    padding: 0;
}
.rtl a.external.free, .rtl a.external.autonumber {
    direction: ltr;
    unicode-bidi: embed;
}
table.wikitable {
    background-color: #252525;
    border: 1px solid #aaa;
    border-collapse: collapse;
    color: black;
    margin: 1em 0;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 1px solid #aaa;
    padding: 0.2em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: #f2f2f2;
    text-align: center;
}
table.wikitable > caption {
    font-weight: bold;
}
table.collapsed tr.collapsable {
    display: none;
}
.error, .warning, .success {
    font-size: larger;
}
.error {
    color: #cc0000;
}
.warning {
    color: #705000;
}
.success {
    color: #009000;
}
.errorbox, .warningbox, .successbox {
    border: 1px solid;
    display: inline-block;
    margin-bottom: 1em;
    padding: 0.5em 1em;
}
.errorbox h2, .warningbox h2, .successbox h2 {
    border: medium none;
    color: inherit;
    display: inline;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0.5em 0 0;
}
.errorbox {
    background-color: #fae3e3;
    border-color: #fac5c5;
    color: #cc0000;
}
.warningbox {
    background-color: #fdf1d1;
    border-color: #fde29b;
    color: #705000;
}
.successbox {
    background-color: #e1fddf;
    border-color: #b7fdb5;
    color: #009000;
}
.mw-infobox {
    border: 2px solid #ff7f00;
    clear: left;
    margin: 0.5em;
    overflow: hidden;
}
.mw-infobox-left {
    float: left;
    margin: 7px;
    width: 35px;
}
.mw-infobox-right {
    margin: 0.5em 0.5em 0.5em 49px;
}
.previewnote {
    color: #c00;
    margin-bottom: 1em;
}
.previewnote p {
    margin: 0.8em 0;
    text-indent: 3em;
}
.visualClear {
    clear: both;
}
.mw-datatable {
    border-collapse: collapse;
}
.mw-datatable, .mw-datatable td, .mw-datatable th {
    border: 1px solid #aaaaaa;
    padding: 0 0.15em;
}
.mw-datatable th {
    background-color: #ddddff;
}
.mw-datatable td {
    background-color: #252525;
}
.mw-datatable tr:hover td {
    background-color: #eeeeff;
}
.TablePager {
    min-width: 80%;
}
.TablePager_nav {
    margin: 0 auto;
}
.TablePager_nav td {
    padding: 3px;
    text-align: center;
}
.TablePager_nav a {
    text-decoration: none;
}
.imagelist td, .imagelist th {
    white-space: nowrap;
}
.imagelist .TablePager_col_links {
    background-color: #eeeeff;
}
.imagelist .TablePager_col_img_description {
    white-space: normal;
}
.imagelist th.TablePager_sort {
    background-color: #ccccff;
}
ul#filetoc {
    background-color: #252525;
    border: 1px solid #aaaaaa;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}
#filetoc li {
    display: inline;
    list-style-type: none;
    padding-right: 2em;
}
table.mw_metadata {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    width: 400px;
}
table.mw_metadata caption {
    font-weight: bold;
}
table.mw_metadata th {
    font-weight: normal;
}
table.mw_metadata td {
    padding: 0.1em;
}
table.mw_metadata {
    border: medium none;
    border-collapse: collapse;
}
table.mw_metadata td, table.mw_metadata th {
    border: 1px solid #aaaaaa;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
table.mw_metadata th {
    background-color: #252525;
}
table.mw_metadata td {
    background-color: #fcfcfc;
}
table.mw_metadata ul.metadata-langlist {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 1.6em;
    padding: 0;
}
.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
    margin: 0.3em 1.6em 0 0;
    padding: 0;
}
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
    margin: 0.3em 0 0 3.2em;
    padding: 0;
}
.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
    margin: 0.3em 3.2em 0 0;
    padding: 0;
}
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
    margin-left: 1.6em;
    margin-right: 0;
}
.mw-content-rtl dd, .mw-content-ltr .mw-content-rtl dd {
    margin-left: 0;
    margin-right: 1.6em;
}
li.gallerybox {
    display: inline-block;
    vertical-align: top;
}
ul.gallery, li.gallerybox {
}
ul.gallery {
    display: block;
    margin: 2px;
    padding: 2px;
}
li.gallerycaption {
    display: block;
    font-weight: bold;
    overflow-wrap: break-word;
    text-align: center;
}
li.gallerybox div.thumb {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin: 2px;
    text-align: center;
}
li.gallerybox div.thumb img {
    display: block;
    margin: 0 auto;
}
div.gallerytext {
    font-size: 94%;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 2px 4px;
}
ul.mw-gallery-nolines li.gallerybox div.thumb {
    background-color: transparent;
    border: medium none;
}
ul.mw-gallery-nolines li.gallerybox div.gallerytext {
    text-align: center;
}
ul.mw-gallery-packed li.gallerybox div.thumb, ul.mw-gallery-packed-overlay li.gallerybox div.thumb, ul.mw-gallery-packed-hover li.gallerybox div.thumb {
    background-color: transparent;
    border: medium none;
}
ul.mw-gallery-packed li.gallerybox div.thumb img, ul.mw-gallery-packed-overlay li.gallerybox div.thumb img, ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
    margin: 0 auto;
}
ul.mw-gallery-packed-hover li.gallerybox, ul.mw-gallery-packed-overlay li.gallerybox {
    position: relative;
}
ul.mw-gallery-packed-hover div.gallerytextwrapper {
    height: 0;
    overflow: hidden;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    font-weight: bold;
    height: auto;
    left: 0;
    margin: 2px;
    padding: 5px 10px;
    position: absolute;
}
ul.mw-gallery-packed-hover, ul.mw-gallery-packed-overlay, ul.mw-gallery-packed {
    text-align: center;
}
.mw-ajax-loader {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 16px;
    position: relative;
    top: -16px;
}
.mw-small-spinner {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 0.6em;
    padding: 10px;
}
h1:lang(anp), h1:lang(as), h1:lang(bh), h1:lang(bho), h1:lang(bn), h1:lang(gu), h1:lang(hi), h1:lang(kn), h1:lang(ks), h1:lang(ml), h1:lang(mr), h1:lang(my), h1:lang(mai), h1:lang(ne), h1:lang(new), h1:lang(or), h1:lang(pa), h1:lang(pi), h1:lang(sa), h1:lang(ta), h1:lang(te) {
    line-height: 1.6em;
}
h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp), h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as), h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho), h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh), h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn), h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu), h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi), h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn), h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks), h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml), h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr), h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my), h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai), h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne), h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new), h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or), h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa), h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi), h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa), h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta), h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) {
    line-height: 1.2em;
}
ol:lang(bcc) li, ol:lang(bqi) li, ol:lang(fa) li, ol:lang(glk) li, ol:lang(kk-arab) li, ol:lang(mzn) li {
    list-style-type: persian;
}
ol:lang(ckb) li {
    list-style-type: arabic-indic;
}
ol:lang(hi) li, ol:lang(mr) li {
    list-style-type: devanagari;
}
ol:lang(as) li, ol:lang(bn) li {
    list-style-type: bengali;
}
ol:lang(or) li {
    list-style-type: oriya;
}
#toc ul, .toc ul {
    margin: 0.3em 0;
}
.mw-content-ltr .toc ul, .mw-content-ltr #toc ul, .mw-content-rtl .mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr #toc ul {
    text-align: left;
}
.mw-content-rtl .toc ul, .mw-content-rtl #toc ul, .mw-content-ltr .mw-content-rtl .toc ul, .mw-content-ltr .mw-content-rtl #toc ul {
    text-align: right;
}
.mw-content-ltr .toc ul ul, .mw-content-ltr #toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr #toc ul ul {
    margin: 0 0 0 2em;
}
.mw-content-rtl .toc ul ul, .mw-content-rtl #toc ul ul, .mw-content-ltr .mw-content-rtl .toc ul ul, .mw-content-ltr .mw-content-rtl #toc ul ul {
    margin: 0 2em 0 0;
}
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    direction: ltr;
}
.mw-help-field-hint {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    color: #0645ad;
    cursor: pointer;
    display: none;
    font-size: 0.8em;
    margin-bottom: -8px;
    margin-left: 2px;
    padding: 0 0 0 15px;
    text-decoration: underline;
}
.mw-help-field-hint:hover {
    background-image: none;
}
.mw-help-field-data {
    background-color: #d6f3ff;
    border: 1px solid #5dc9f4;
    display: block;
    margin-left: 20px;
    padding: 5px 8px 4px;
}
.tipsy {
    font-size: 12px;
    overflow: visible;
    padding: 5px 5px 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #d6f3ff;
    border: 1px solid #5dc9f4;
    color: black;
    max-width: 300px;
    padding: 5px 8px 4px;
    text-align: left;
}
.tipsy-arrow {
    background: #252525 url("data:image/gif;base64,R0lGODlhDQANAMQAAPf399bz/9vu9m/O9NXy/8Pm9svp9pfd+YLW943X9LTn++z093XQ9WnM9OLw9p/c9YTU9InY9/T292DK9Jre+afj+rvq/Nzv9rjk9brl9cPt/ZLb+GbL9MLs/ZHb+KLh+iH5BAAAAAAALAAAAAANAA0AAAVK4BGMZBkcg2WW1lBEKxkVAFTFFQQAwkSYhIlgB3hQTJQHEbBodEiaxmIJyHhIGwwVIGEoAgqGZAswIAIIA3mX+CTWOwfHAd9dtiEAOw==") no-repeat scroll left top;
    height: 13px;
    position: absolute;
    width: 13px;
}
.tipsy-se .tipsy-arrow {
    background-position: 0 100%;
    bottom: -2px;
    right: 10px;
}
#mw-clearyourcache, #mw-sitecsspreview, #mw-sitejspreview, #mw-usercsspreview, #mw-userjspreview {
    direction: ltr;
    unicode-bidi: embed;
}
.diff-currentversion-title, .diff {
    direction: ltr;
    unicode-bidi: embed;
}
.diff-contentalign-right td {
    direction: rtl;
    unicode-bidi: embed;
}
.diff-contentalign-left td {
    direction: ltr;
    unicode-bidi: embed;
}
.diff-multi, .diff-otitle, .diff-ntitle, .diff-lineno {
    direction: ltr;
    unicode-bidi: embed;
}
#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
    direction: ltr;
    display: inline;
}
div.tright, div.floatright, table.floatright {
    clear: right;
    float: right;
}
div.tleft, div.floatleft, table.floatleft {
    clear: left;
    float: left;
}
div.floatright, table.floatright, div.floatleft, table.floatleft {
    position: relative;
}
#mw-credits a {
    unicode-bidi: embed;
}
.mw-jump, #jump-to-nav {
    height: 0;
    overflow: hidden;
}
.printfooter {
    display: none;
}
.xdebug-error {
    position: absolute;
    z-index: 99;
}
.mw-editsection, .toctoggle, #jump-to-nav {
    -moz-user-select: none;
}
.mw-editsection, .mw-editsection-like {
    display: inline-block;
    font-size: small;
    font-weight: normal;
    line-height: 1em;
    margin-left: 1em;
    vertical-align: baseline;
}
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {
    margin-left: 1em;
}
.mw-content-rtl .mw-editsection, .mw-content-ltr .mw-content-rtl .mw-editsection {
    margin-right: 1em;
}
sup, sub {
    line-height: 1;
}
}
@media screen {
a {
    background: #252525 none repeat scroll 0 0;
    color: #0645ad;
    text-decoration: none;
}
a:visited {
    color: #0b0080;
}
a:active {
    color: #faa700;
}
a:hover, a:focus {
    text-decoration: underline;
}
a.stub {
    color: #772233;
}
a.new, #p-personal a.new {
    color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
    color: #a55858;
}
.mw-body a.extiw, .mw-body a.extiw:active {
    color: #36b;
}
.mw-body a.extiw:visited {
    color: #636;
}
.mw-body a.extiw:active {
    color: #b63;
}
.mw-body a.external {
    color: #36b;
}
.mw-body a.external:visited {
    color: #636;
}
.mw-body a.external:active {
    color: #b63;
}
img {
    border: medium none;
    vertical-align: middle;
}
hr {
    background-color: #aaa;
    border: 0 none;
    color: #aaa;
    height: 1px;
    margin: 0.2em 0;
}
h1, h2, h3, h4, h5, h6 {
    background: #252525 none repeat scroll 0 0;
    border-bottom: 1px solid #aaa;
    color: green;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0.17em;
    padding-top: 0.5em;
}
h1 {
    font-size: 188%;
}
h2 {
    font-size: 150%;
}
h3, h4, h5, h6 {
    border-bottom: medium none;
    font-weight: bold;
}
h3 {
    font-size: 132%;
}
h4 {
    font-size: 116%;
}
h5 {
    font-size: 108%;
}
h6 {
    font-size: 100%;
}
h1, h2 {
    margin-bottom: 0.6em;
}
h3, h4, h5 {
    margin-bottom: 0.3em;
}
p {
    line-height: 1.5em;
    margin: 0.4em 0 0.5em;
}
p img {
    margin: 0;
}
ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.6em;
    padding: 0;
}
ol {
    line-height: 1.5em;
    list-style-image: none;
    margin: 0.3em 0 0 3.2em;
    padding: 0;
}
li {
    margin-bottom: 0.1em;
}
dt {
    font-weight: bold;
    margin-bottom: 0.1em;
}
dl {
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}
dd {
    line-height: 1.5em;
    margin-bottom: 0.1em;
    margin-left: 1.6em;
}
q {
}
pre, code, tt, kbd, samp, .mw-code {
    font-family: monospace,Courier;
}
code {
    background-color: #0c0707eb;
}
pre, .mw-code {
    background-color: #0c0707eb;
    border: 1px solid #ddd;
    color: #f5f5f5eb;
    padding: 1em;
}
table {
    font-size: 100%;
}
fieldset {
    border: 1px solid #2f6fab;
    line-height: 1.5em;
    margin: 1em 0;
    padding: 0 1em 1em;
}
fieldset.nested {
    margin: 0 0 0.5em;
    padding: 0 0.5em 0.5em;
}
legend {
    font-size: 95%;
    padding: 0.5em;
}
form {
    border: medium none;
    margin: 0;
}
textarea {
    box-sizing: border-box;
    display: block;
    padding: 0.1em;
    width: 100%;
}
select {
    vertical-align: top;
}
.center {
    text-align: center;
    width: 100%;
}
.center * {
    margin-left: auto;
    margin-right: auto;
}
.small {
    font-size: 94%;
}
table.small {
    font-size: 100%;
}
#toc, .toc, .mw-warning {
    background-color: #252525;
    border: 1px solid #aaa;
    font-size: 95%;
    padding: 5px;
}
#toc, .toc {
    display: table;
    padding: 7px;
}
table#toc, table.toc {
    border-collapse: collapse;
}
table#toc td, table.toc td {
    padding: 0;
}
#toc h2, .toc h2 {
    border: medium none;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    text-align: center;
}
#toc ul, .toc ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    text-align: left;
}
#toc ul ul, .toc ul ul {
    margin: 0 0 0 2em;
}
#toc .toctoggle, .toc .toctoggle {
    font-size: 94%;
}
.toccolours {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    font-size: 95%;
    padding: 5px;
}
.mw-warning {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}
div.floatright, table.floatright {
    border: 0 none;
    margin: 0 0 0.5em 0.5em;
}
div.floatright p {
    font-style: italic;
}
div.floatleft, table.floatleft {
    border: 0 none;
    margin: 0 0.5em 0.5em 0;
}
div.floatleft p {
    font-style: italic;
}
div.thumb {
    background-color: transparent;
    margin-bottom: 0.5em;
    width: auto;
}
div.thumbinner {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}
html .thumbimage {
    border: 1px solid #ccc;
}
html .thumbcaption {
    border: medium none;
    font-size: 94%;
    line-height: 1.4em;
    padding: 3px;
}
div.magnify {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    margin-left: 3px;
}
div.magnify a, div.magnify img {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    display: block;
}
div.tright {
    margin: 0.5em 0 1.3em 1.4em;
}
div.tleft {
    margin: 0.5em 1.4em 1.3em 0;
}
img.thumbborder {
    border: 1px solid #dddddd;
}
.catlinks {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
#siteNotice {
    margin: 0;
    position: relative;
    text-align: center;
}
#localNotice {
    margin-bottom: 0.9em;
}
.firstHeading, #firstHeading {
    line-height: 1.2em;
    margin-bottom: 0.1em;
    padding-bottom: 0;
}
#siteSub {
    display: none;
}
#jump-to-nav {
    margin-bottom: 1.4em;
    margin-top: -1.4em;
}
#contentSub, #contentSub2 {
    color: #545454;
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    width: auto;
}
span.subpages {
    display: block;
}
}
.mw-ui-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #898989;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    transition: background 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
    vertical-align: middle;
}
.mw-ui-button:hover, .mw-ui-button:focus {
    border-bottom-color: #cccccc;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -3px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
}
.mw-ui-button:hover::-moz-focus-inner, .mw-ui-button:focus::-moz-focus-inner {
    border-color: transparent;
}
.mw-ui-button:active, .mw-ui-button.mw-ui-checked {
    background: #cccccc none repeat scroll 0 0;
    box-shadow: none;
}
.mw-ui-button:disabled {
    color: #ccc;
}
.mw-ui-button:disabled:hover, .mw-ui-button:disabled:active {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
}
.mw-ui-button:disabled {
    cursor: default;
    text-shadow: none;
}
.mw-ui-button.mw-ui-big {
    font-size: 1.3em;
}
.mw-ui-button.mw-ui-block {
    display: block;
    width: 100%;
}
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #347bff none repeat scroll 0 0;
    border-color: #347bff currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #fff;
}
.mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-progressive:focus, .mw-ui-button.mw-ui-primary:hover, .mw-ui-button.mw-ui-primary:focus {
    border-bottom-color: #2a62cc;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -3px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
}
.mw-ui-button.mw-ui-progressive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-progressive:focus::-moz-focus-inner, .mw-ui-button.mw-ui-primary:hover::-moz-focus-inner, .mw-ui-button.mw-ui-primary:focus::-moz-focus-inner {
    border-color: transparent;
}
.mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, .mw-ui-button.mw-ui-primary:active, .mw-ui-button.mw-ui-primary.mw-ui-checked {
    background: #2a62cc none repeat scroll 0 0;
    box-shadow: none;
}
.mw-ui-button.mw-ui-progressive:disabled, .mw-ui-button.mw-ui-primary:disabled {
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
}
.mw-ui-button.mw-ui-progressive:disabled:hover, .mw-ui-button.mw-ui-progressive:disabled:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked:disabled, .mw-ui-button.mw-ui-primary:disabled:hover, .mw-ui-button.mw-ui-primary:disabled:active, .mw-ui-button.mw-ui-primary.mw-ui-checked:disabled {
    box-shadow: none;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet, .mw-ui-button.mw-ui-primary.mw-ui-quiet {
    color: #898989;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-progressive.mw-ui-quiet:focus, .mw-ui-button.mw-ui-primary.mw-ui-quiet:hover, .mw-ui-button.mw-ui-primary.mw-ui-quiet:focus {
    color: #5d95ff;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:active, .mw-ui-button.mw-ui-progressive.mw-ui-quiet.mw-ui-checked, .mw-ui-button.mw-ui-primary.mw-ui-quiet:active, .mw-ui-button.mw-ui-primary.mw-ui-quiet.mw-ui-checked {
    color: #2a62cc;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:disabled, .mw-ui-button.mw-ui-primary.mw-ui-quiet:disabled {
    color: #ccc;
}
.mw-ui-button.mw-ui-constructive {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #00af89 none repeat scroll 0 0;
    border-color: #00af89 currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #fff;
}
.mw-ui-button.mw-ui-constructive:hover, .mw-ui-button.mw-ui-constructive:focus {
    border-bottom-color: #008c6e;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -3px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
}
.mw-ui-button.mw-ui-constructive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-constructive:focus::-moz-focus-inner {
    border-color: transparent;
}
.mw-ui-button.mw-ui-constructive:active, .mw-ui-button.mw-ui-constructive.mw-ui-checked {
    background: #008c6e none repeat scroll 0 0;
    box-shadow: none;
}
.mw-ui-button.mw-ui-constructive:disabled {
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
}
.mw-ui-button.mw-ui-constructive:disabled:hover, .mw-ui-button.mw-ui-constructive:disabled:active, .mw-ui-button.mw-ui-constructive.mw-ui-checked:disabled {
    box-shadow: none;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet {
    color: #898989;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-constructive.mw-ui-quiet:focus {
    color: #33bfa1;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:active, .mw-ui-button.mw-ui-constructive.mw-ui-quiet.mw-ui-checked {
    color: #008c6e;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:disabled {
    color: #ccc;
}
.mw-ui-button.mw-ui-destructive {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #d11d13 none repeat scroll 0 0;
    border-color: #d11d13 currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    color: #fff;
}
.mw-ui-button.mw-ui-destructive:hover, .mw-ui-button.mw-ui-destructive:focus {
    border-bottom-color: #a7170f;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -3px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
}
.mw-ui-button.mw-ui-destructive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-destructive:focus::-moz-focus-inner {
    border-color: transparent;
}
.mw-ui-button.mw-ui-destructive:active, .mw-ui-button.mw-ui-destructive.mw-ui-checked {
    background: #a7170f none repeat scroll 0 0;
    box-shadow: none;
}
.mw-ui-button.mw-ui-destructive:disabled {
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
}
.mw-ui-button.mw-ui-destructive:disabled:hover, .mw-ui-button.mw-ui-destructive:disabled:active, .mw-ui-button.mw-ui-destructive.mw-ui-checked:disabled {
    box-shadow: none;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet {
    color: #898989;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-destructive.mw-ui-quiet:focus {
    color: #da4a42;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:active, .mw-ui-button.mw-ui-destructive.mw-ui-quiet.mw-ui-checked {
    color: #a7170f;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:disabled {
    color: #ccc;
}
.mw-ui-button.mw-ui-quiet {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #898989;
    text-shadow: none;
}
.mw-ui-button.mw-ui-quiet:hover, .mw-ui-button.mw-ui-quiet:focus {
    color: #a1a1a1;
}
.mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet.mw-ui-checked {
    color: #6e6e6e;
}
.mw-ui-button.mw-ui-quiet:disabled {
    color: #ccc;
}
.mw-ui-button.mw-ui-quiet:hover, .mw-ui-button.mw-ui-quiet:focus {
    box-shadow: none;
}
.mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet:disabled {
    background: transparent none repeat scroll 0 0;
}
a.mw-ui-button {
    text-decoration: none;
}
a.mw-ui-button:hover, a.mw-ui-button:focus {
    text-decoration: none;
}
.mw-ui-button-group > * {
    border-radius: 0;
    float: left;
}
.mw-ui-button-group > *:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.mw-ui-button-group > *:not(:first-child) {
    border-left: medium none;
}
.mw-ui-button-group > *:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.mw-ui-button {
    font-size: 1em;
    line-height: 1.4em;
}
@media screen {
html {
    font-size: 1em;
}
html, body {
    font-family: monospace,Courier;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #0c070700;
}
div#content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #252525;
    border-color: #a7d7f9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: green;
    direction: ltr;
    margin-left: 10em;
    margin-top: -1px;
    padding: 1em;
}
div#content .mw-editsection, div#content .mw-editsection-like {
    font-family: monospace,Courier;
}
div#content p {
    line-height: inherit;
    margin: 0.5em 0;
}
div#content h1, div#content h2, div#content #firstHeading {
    font-family: monospace,Courier;
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}
div#content h1, div#content #firstHeading {
    font-size: 1.8em;
}
div#content h2 {
    font-size: 1.5em;
    margin-top: 1em;
}
div#content h3, div#content h4, div#content h5, div#content h6 {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0.3em;
    padding-bottom: 0;
}
div#content h3 {
    font-size: 1.17em;
}
div#content h3, div#content h4 {
    font-weight: bold;
}
div#content h4, div#content h5, div#content h6 {
    font-size: 100%;
}
div#content #toc h2, div#content .toc h2 {
    font-family: monospace,Courier;
    font-size: 100%;
}
div.emptyPortlet {
    display: none;
}
ul {
    list-style-image: none;
    list-style-type: disc;
}
pre, .mw-code {
    line-height: 1.3em;
}
#siteNotice {
    font-size: 0.8em;
}
.redirectText {
    font-size: 140%;
}
.redirectMsg img {
    vertical-align: text-bottom;
}
#bodyContent {
    font-size: 0.875em;
    line-height: 1.6;
    position: relative;
    width: 100%;
}
.tipsy {
    font-size: 0.8em;
}
body.vector-animateLayout div#content, body.vector-animateLayout div#footer, body.vector-animateLayout #left-navigation {
    transition: margin-left 250ms ease 0s, padding 250ms ease 0s;
}
body.vector-animateLayout #p-logo {
    transition: left 250ms ease 0s;
}
body.vector-animateLayout #mw-panel {
    transition: padding-right 250ms ease 0s;
}
body.vector-animateLayout #p-search {
    transition: margin-right 250ms ease 0s;
}
body.vector-animateLayout #p-personal {
    transition: right 250ms ease 0s;
}
body.vector-animateLayout #mw-head-base {
    transition: margin-left 250ms ease 0s;
}
#p-personal {
    position: absolute;
    right: 0.75em;
    top: 0.33em;
    z-index: 100;
}
#p-personal h3 {
    display: none;
}
#p-personal ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-left: 10em;
}
#p-personal li {
    float: left;
    font-size: 0.75em;
    line-height: 1.125em;
    margin-left: 0.75em;
    margin-top: 0.5em;
    white-space: nowrap;
}
#pt-userpage, #pt-anonuserpage, #pt-login {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
}
#mw-panel.collapsible-nav .portal {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    margin: -11px 9px 10px 11px;
    padding: 0.25em 0;
}
#mw-panel.collapsible-nav .portal h3 {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    color: #4d4d4d;
    font-size: 0.75em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 4px 0 3px 1.5em;
}
#mw-panel.collapsible-nav .portal h3:hover {
    cursor: pointer;
    text-decoration: none;
}
#mw-panel.collapsible-nav .portal h3 a {
    color: #4d4d4d;
    text-decoration: none;
}
#mw-panel.collapsible-nav .portal .body {
    background-image: none;
    display: none;
    margin: 0 0 0 1.25em;
    padding-top: 0;
}
#mw-panel.collapsible-nav .portal .body ul li {
    padding: 0.25em 0;
}
#mw-panel.collapsible-nav .portal.first {
    background-image: none;
    margin-top: 0;
}
#mw-panel.collapsible-nav .portal.first h3 {
    display: none;
}
#mw-panel.collapsible-nav .portal.persistent .body {
    display: block;
    margin-left: 0.5em;
}
#mw-panel.collapsible-nav .portal.persistent h3 {
    background-image: none;
    cursor: default;
    padding-left: 0.7em;
}
#mw-panel.collapsible-nav .portal.collapsed h3 {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    color: #0645ad;
    margin-bottom: 0;
}
#mw-panel.collapsible-nav .portal.collapsed h3:hover {
    text-decoration: underline;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #0645ad;
}
#p-search {
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#p-search h3 {
    display: none;
}
#p-search form, #p-search input {
    margin: 0.4em 0 0;
}
div#simpleSearch {
    background-color: white;
    background-image: none;
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    color: black;
    display: block;
    height: 1.4em;
    margin-top: 0.65em;
    min-height: 1px;
    position: relative;
    width: 14em;
}
div#simpleSearch input {
    background-color: transparent;
    border: 0 none;
    color: black;
    margin: 0;
    padding: 0;
    position: absolute;
}
div#simpleSearch #searchInput {
    direction: ltr;
    font-size: 13px;
    left: 0;
    padding: 0.2em 0 0.2em 0.2em;
    top: 0;
    width: 90%;
}
div#simpleSearch #searchInput:focus {
    outline: medium none;
}
div#simpleSearch #searchInput.placeholder {
    color: #999;
}
div#simpleSearch #searchInput:-moz-placeholder {
    color: #999;
}
div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    direction: ltr;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    right: 0;
    text-indent: 200%;
    top: 0;
    white-space: nowrap;
    width: 10%;
}
div#simpleSearch #mw-searchButton {
    z-index: 1;
}
div.vectorTabs h3, div.vectorMenu h3 span {
    display: none;
}
div.vectorTabs {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 2.5em;
    padding-left: 1px;
}
div.vectorTabs ul {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.vectorTabs ul li {
    background-color: #f3f3f3;
    background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 1.125em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
div.vectorTabs ul > li {
    display: block;
}
div.vectorTabs li {
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #a55858;
}
div.vectorTabs li.selected {
    background-image: none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #333;
    text-decoration: none;
}
div.vectorTabs li.icon a {
    background-position: right bottom;
    background-repeat: no-repeat;
}
div.vectorTabs li a {
    color: #0645ad;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 1.9em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
div.vectorTabs li > a {
    display: block;
}
div.vectorTabs span {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
}
div.vectorTabs span a {
    display: inline-block;
    padding-top: 1.25em;
}
div.vectorTabs span > a {
    display: block;
    float: left;
}
div.vectorMenu {
    background-image: none;
    background-position: 100% 60%;
    background-repeat: no-repeat;
    cursor: pointer;
    direction: ltr;
    float: left;
    transition: background-position 250ms ease 0s;
}
div.vectorMenu.menuForceShow {
    background-position: 100% 100%;
}
div.vectorMenuFocus {
    background-image: none;
    background-position: 100% 60%;
}
body.rtl div.vectorMenu {
    direction: rtl;
}
div#mw-head div.vectorMenu h3 {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    margin-left: -1px;
}
div#mw-head div.vectorMenu > h3 {
    background-image: none;
}
div#mw-head div.vectorMenu h4, div#p-variants.vectorMenu #mw-vector-current-variant {
    border: medium none;
    display: inline-block;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-top: 1.375em;
}
div.vectorMenu h3 a {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.9em;
    text-decoration: none;
    width: 24px;
}
div.vectorMenu h3 > a {
    display: block;
}
div.vectorMenu div.menu {
    clear: both;
    display: none;
    position: relative;
    text-align: left;
}
body.rtl div.vectorMenu div.menu {
    margin-left: 24px;
}
body.rtl div.vectorMenu > div.menu {
    margin-left: auto;
}
body.rtl div.vectorMenu > div.menu, x:-moz-any-link {
    margin-left: 23px;
}
div.vectorMenu:hover div.menu, div.vectorMenu.menuForceShow div.menu {
    display: block;
}
div.vectorMenu ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: black;
    border-color: silver;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 -1px;
    padding: 0;
    position: absolute;
    text-align: left;
}
div.vectorMenu ul, x:-moz-any-link {
    min-width: 5em;
}
div.vectorMenu ul, x:-moz-any-link, x:default {
    min-width: 0;
}
div.vectorMenu li {
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
}
div.vectorMenu li a {
    color: #0645ad;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em;
    white-space: nowrap;
}
div.vectorMenu li > a {
    display: block;
}
div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited {
    color: #333;
    text-decoration: none;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
#ca-unwatch.icon a, #ca-watch.icon a {
    background-position: 5px 60%;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 3.1em 0 0;
    width: 26px;
}
#ca-unwatch.icon a {
    background-image: none;
}
#ca-watch.icon a {
    background-image:none;
}
#ca-unwatch.icon a:hover, #ca-unwatch.icon a:focus {
    background-image: none;
}
#ca-watch.icon a:hover, #ca-watch.icon a:focus {
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNjOGIyNTAiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+");
}
#ca-unwatch.icon a.loading, #ca-watch.icon a.loading {
    animation: 700ms linear 0s normal none infinite running rotate;
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNkMWQxZDEiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+");
    background-position: 50% 60%;
    outline: medium none;
    transform-origin: 50% 57% 0;
}
#ca-unwatch.icon a span, #ca-watch.icon a span {
    display: none;
}
#mw-navigation h2 {
    position: absolute;
    top: -9999px;
}
#mw-page-base {
    background-color: #252525;
    background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 5em;
}
#mw-head-base {
    height: 5em;
    margin-left: 10em;
    margin-top: -5em;
}
div#mw-head {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
div#mw-head h3 {
    margin: 0;
    padding: 0;
}
#left-navigation {
    display: inline;
    float: left;
    margin-bottom: -2.5em;
    margin-left: 10em;
    margin-top: 2.5em;
}
#right-navigation {
    float: right;
    margin-top: 2.5em;
}
#p-logo {
    height: 160px;
    left: 0;
    position: absolute;
    top: -160px;
    width: 10em;
}
#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    text-decoration: none;
    width: 10em;
}
div#mw-panel {
    font-size: inherit;
    left: 0;
    padding-top: 1em;
    position: absolute;
    top: 160px;
    width: 10em;
}
div#mw-panel div.portal {
    direction: ltr;
    padding-bottom: 1.5em;
}
div#mw-panel div.portal h3 {
    border: medium none;
    color: #444;
    cursor: default;
    font-size: 0.75em;
    font-weight: normal;
    padding: 0 1.75em 0.25em 0.25em;
}
div#mw-panel div.portal div.body {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 0 0 1.25em;
    padding-top: 0.5em;
}
div#mw-panel div.portal div.body ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#mw-panel div.portal div.body ul li {
    font-size: 0.75em;
    line-height: 1.125em;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0 0 0.5em;
}
div#mw-panel div.portal div.body ul li a {
    color: #0645ad;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #0b0080;
}
div#footer {
    direction: ltr;
    margin-left: 10em;
    margin-top: 0;
    padding: 0.75em;
}
div#footer ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#footer ul li {
    color: #333;
    font-size: 0.7em;
    margin: 0;
    padding: 0.5em 0;
}
div#footer #footer-icons {
    float: right;
}
div#footer #footer-icons li {
    float: left;
    line-height: 2em;
    margin-left: 0.5em;
    text-align: right;
}
div#footer #footer-info li {
    line-height: 1.4em;
}
div#footer #footer-places li {
    float: left;
    line-height: 2em;
    margin-right: 1em;
}
body.ltr div#footer #footer-places {
    float: left;
}
.skin-vector .mw-notification-area {
    font-size: 0.8em;
}
.skin-vector .mw-notification-area-layout {
    top: 7em;
}
.skin-vector .mw-notification {
    background-color: rgba(255, 255, 255, 0.93);
    border: 1px solid #a7d7f9;
    border-radius: 0.75em;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
    padding: 0.75em 1.5em;
}
#content .external {
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI2LjQyOSAtNjk4Ljc5MSkiPjxyZWN0IHdpZHRoPSI1Ljk4MiIgaGVpZ2h0PSI1Ljk4MiIgeD0iODI2LjkyOSIgeT0iNzAyLjMwOSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDZjIi8+PGc+PHBhdGggZD0iTTgzMS4xOTQgNjk4Ljc5MWg1LjIzNHY1LjM5MWwtMS41NzEgMS41NDUtMS4zMS0xLjMxLTIuNzI1IDIuNzI1LTIuNjg5LTIuNjg5IDIuODA4LTIuODA4LTEuMzExLTEuMzExeiIgZmlsbD0iIzA2ZiIvPjxwYXRoIGQ9Ik04MzUuNDI0IDY5OS43OTVsLjAyMiA0Ljg4NS0xLjgxNy0xLjgxNy0yLjg4MSAyLjg4MS0xLjIyOC0xLjIyOCAyLjg4MS0yLjg4MS0xLjg1MS0xLjg1MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
}
}
@media screen and (min-width: 982px) {
div#content {
    margin-left: 11em;
    padding: 1.25em 1.5em 1.5em;
}
#p-logo {
    left: 0.5em;
}
div#footer {
    margin-left: 11em;
    padding: 1.25em;
}
#mw-panel {
    padding-left: 0.5em;
}
#p-search {
    margin-right: 1em;
}
#left-navigation {
    margin-left: 11em;
}
#p-personal {
    right: 1em;
}
#mw-head-base {
    margin-left: 11em;
}
}