


/* -------------------------------------------------------------------------- */

/* #weblinksource {
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 2em;
    background-color: #f8f9fa;
    color: #202122;
    width: 98%;
    height: 86vh;
    margin-top: 2vh;
    border-top: 3px solid #202122;
    border-bottom: 3px solid #202122;
    border-right: 3px solid #202122;
    font-size: 0.75em;
} */

#weblinksource-content {
    color: #202122;
    background-color: #f8f9fa;
    font-family: sans-serif;
    overflow-y: scroll;
    font-size: 0.75em;
    box-sizing: border-box;
}
tbody > tr > th {
    background-color: #89afe9 !important;
    color: #f6f8fa;
}

figure {
    display: block;
    clear: right;
    float: right;
    /* display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px; */
    /* border: 1px solid #c8ccd1;
    background-color: #f8f9fa;
    font-size: 94%;
    padding: 3px;
    text-align: center; */
    /* overflow: hidden; */
    /* display: block;
    width: auto; */
}

#weblinksource figcaption {
    width: auto;
    /* display: none; */
    /* display: block; */
    /* text-align: left;
    font-size: 88.4%; */
    /* width: 100%; */
    /* display: inline-block; */
}

.mw-halign-left {
    text-align: left;
    border: 1px solid #c8ccd1;
    border-top: 0;
    background-color: #f8f9fa;
    font-size: 88.4%;
    margin-left: 3px;
    margin-right: 15px;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
}


/*
text-align: left;
*/

#weblinksource div.tright,
#weblinksource div.floatright,
#weblinksource table.floatright {
    /* clear: right;
    float: right; */
}

#weblinksource img {
    /* display: none; */
    /* width: 100%; */
    /* max-width: 90%;
    max-height: 90%; */
    /* width: 90%; */
    /* width: fit-content;
    height: auto; */
    max-width: 40vw;
}

#weblinksource h1,
#weblinksource h2 {
    /* margin-bottom: 0.6em; */
    border-bottom: 1px solid #a2a9b1;
}

element.style {}

h2 {
    font-size: 150%;
    font-weight: normal;
}

#weblinksource h1,
#weblinksource h2 {
    /* margin-bottom: 0.6em; */
    border-bottom: 1px solid #a2a9b1;
    font-family: "Linux Libertine", "Georgia", "Times", serif;
}

#weblinksource h1,
#weblinksource h2,
#weblinksource h3,
#weblinksource h4,
#weblinksource h5,
#weblinksource h6 {
    color: #000000;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    overflow: hidden;
}

#weblinksource h2 {
    font-size: 150%;
    font-weight: normal;
}

#weblinksource-content a {
    text-decoration: none;
    color: #ff02ea;
    background: none;
}

#weblinksource table {
    /* background-color: brown; */
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
    width: 33%;
    min-width: 250px;
    max-width: 400px;
    line-height: 130%;
}

#weblinksource table.float-right,
ul.float-right,
.float-right {
    clear: right;
    float: right;
    margin: 1em 0 1em 1em;
}


/*
KASTEN:


width: 33%;
    min-width: 250px;
    max-width: 400px;
    line-height: 130%;


    table.float-right, ul.float-right, .float-right {
    clear: right;
    float: right;
    margin: 1em 0 1em 1em;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}




*/