/*toc*/
article.node #toc {
    background-color: lavender;
    margin: 10px -2px 10px 10px;
    padding: 10px;
    min-width: 10px;
    min-height: 8px;
    border-radius: 8px;
    float: right;
    position: relative;
}

article.node #toc .mw-toc-toggler {
    background-image: url("icons/tocopen.svg");
    position: absolute;
    top: 0;
    right: -2px;
}
article.node #toc.open .mw-toc-toggler {
    background-image: url("icons/tocclose.svg");
}

article.node #toc.open {
    background-color: lavender;
    max-width: 600px;
}
#slogxt-dialog-content article.node #toc.open {
    background-color: gainsboro;
}

article.node #toc .toctitle,
article.node #toc ul {
    display: none;
    min-width: 180px;
}

article.node #mw-toc-heading {
    font-size:1.0em;
    line-height:1.2;
}

article.node #toc.open .toctitle,
article.node #toc.open ul {
    display: block;
}

article.node #toc ul {
    list-style-type: none;
    list-style-image: none;
    text-align: left;
}

article .field--type-sxt-mediawiki #toc ul,
article .field--type-sxt-mediawiki #toc ol {
    margin: 0.3em 0 1em 1em;
}
.content.many-mwcomments article .field--type-sxt-mediawiki #toc {
    line-height: 1.1em;
}
.content.many-mwcomments article .field--type-sxt-mediawiki #toc ul,
.content.many-mwcomments article .field--type-sxt-mediawiki #toc ol {
    margin-bottom: 4px;
}

/*comments*/
.sxt-mwcomments .sxtmwc-action.sxtmwc-toggler-all {
    display: none;
    line-height: 22px;
    height: 22px;
    width: 24px;
    padding: 0;
    background-image: url("icons/mwc-is-open.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}
.sxt-mwcomments .sxtmwc-action.sxtmwc-toggler {
    display: none;
    min-width: auto;
    line-height: 32px;
    height: 22px;
    margin: 0 2px 0 -6px;
    width: 24px;
    padding: 0;
    background-image: url("icons/mwc-is-open.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}
.sxt-mwcomments.has-toggler .sxtmwc-action.sxtmwc-toggler-all,
.sxt-mwcomments.has-toggler .sxtmwc-action.sxtmwc-toggler {
    display: inline-block;
}
.sxt-mwcomments.closed .sxtmwc-action.sxtmwc-toggler-all,
.sxt-mwcomments .sxt-mwcomment-item.closed .sxtmwc-action.sxtmwc-toggler {
    background-image: url("icons/mwc-is-closed.svg");
}
.sxt-mwcomments .sxt-mwcomment-item.mwc-item-marked {
    border-left-color: darksalmon !important;
    border-radius: 8px;
}
.sxt-mwcomments .sxt-mwcomment-item.mwc-item-marked > h3,
.sxt-mwcomments .sxt-mwcomment-item.mwc-item-marked > h4,
.sxt-mwcomments .sxt-mwcomment-item.mwc-item-marked > h5,
.sxt-mwcomments .sxt-mwcomment-item.mwc-item-marked > h6 {
    border-top: 1px solid darksalmon !important;
    border-radius: 8px;
}

.sxt-mwcomments .sxtmwc-action-wrapper {
    margin-top: -4px;
}
.sxt-mwcomments.has-toggler .sxtmwc-action-wrapper {
    margin-left: 22px;
}
.sxt-mwcomments h2 .sxtmwc-action-wrapper {
    margin-top: -8px;
}
.sxt-mwcomments .sxtmwc-action.xtsi-temp-new {
    background-color: khaki;
    cursor: default;
}

.sxt-mwcomment-item >h2 >.mw-headline {
    font-size: 60%;
    font-weight: bold;
}
.sxt-mwcomment-item >h3 >.mw-headline {
    font-style: italic;
    font-size: 95%;
}
.sxt-mwcomment-item.level-2 >.sxt-mwcomment-body {
    font-style: italic;
}
.sxt-mwcomment-item >h4 >.mw-headline {
    font-size: 95%;
}

#slogxt-dialog-content .preview.xtsi-mwcomment-preview article.comment {
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 16px;
    padding: 6px 0 6px 10px;
    min-width: 95%;
}
#slogxt-dialog-content .preview.xtsi-mwcomment-preview article.comment p {
    margin-bottom: 6px;
}

article .field--type-sxt-mwcomment ul,
article .field--type-sxt-mwcomment ol {
    margin: 0 0 0 2em;
    padding: 0;
}
article .field--type-sxt-mwcomment dt {
    font-weight: bold;
    margin-bottom: 0.1em;
}
article .field--type-sxt-mwcomment dd {
    margin: 0 0 0 1.4em;
}

/* Images */

/* @noflip */ div.tright,
div.floatright,
table.floatright {
    clear: right;
    float: right;
    margin: 5px 0 12px 12px;
}

/* @noflip */ div.tleft,
div.floatleft,
table.floatleft {
    float: left;
    clear: left;
    margin: 5px 12px 12px 0;
}

div.floatright,
table.floatright,
div.floatleft,
table.floatleft {
    position: relative;
}

/* thumb */
div.thumb {
    width: auto;
    background-color: #eeecec;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #aaa;
}
img.thumbborder {
    border: 1px solid #aaa;
    padding: 3px;
    max-width: 96%;
}
div.thumbinner {
    background-color: #f8f9fa;
    font-size: 90%;
}
.thumb .thumbcaption {
    padding: 0 3px;
    background-color: #eeecec;
}
