:root {
    --text-width: calc(640px + (2 * 12px))
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

.container svg {
    max-height: 1000px;
    max-width: 700px;
}

#view {
    display: grid;
    font-size: 1rem;
}

a[target="_blank"]::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}

a {
    color: rgb(6, 69, 173);
}

.searchLink {
    color: rgb(6, 69, 173);
}

.searchLink::after {
    content: "\002315";
}

body {
    font-family: sans-serif;
    scroll-behavior: smooth;
    font-size: 1.25rem;
    line-height: 1.875rem;
    /* hyphens */
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#view {
    background-color: rgb(223, 223, 223);
    padding: 5px;
    margin-top: 1em;
    max-width: 50%;
}

.content {
    max-width: 1200px;
    margin: auto;
    margin-top: 2em;
    background-color: #fff;
}

.content h1 {
    padding-top: 1.25em;
    font-size: 2.625rem;
    line-height: normal;
    text-align: center;
}

.content h2 {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    font-size: 1.5rem;
}

.content p {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, Palatino, "Palatino Linotype", FreeSerif, serif;
}

footer {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, Palatino, "Palatino Linotype", FreeSerif, serif;
    ;
}

#wiki-search {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
}

#searchBox {
    min-width: 20em;
}

.byline {
    font-size: 1.25em;
    text-align: center;
}

.name {
    font-weight: bold;
}

.info-box {
    background-color: rgba(255, 229, 100, 0.2);
    border-left: 5px solid #ffe564;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
}

.info-box h4 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.quelle {
    color: #767676;
    width: 100%;
    height: auto;
    margin-top: 1em;
    font-size: 13px;
}

.quelle details {
    max-width: 700px;
    width: 100%;
    line-height: normal;
}

.quelle summary {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 5px;
    line-height: normal;
}

.quelle a {
    color: inherit;
}

details>summary {
    list-style: none;
}

.container-network {
    justify-content: end;
}

.network-border {
    border: 1px solid #ccc
}

#network-svg {
    border: 1px solid #ccc;
}

sup {
    line-height: 0;
    /* The following rules (or similar) likely come from browser 
     * style and are not needed
     */
    font-size: 0.83em;
    vertical-align: super;
}

.colour-legend {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    vertical-align: text-top;
}

.checkbox-container {
    padding: 0.5em;
    display: grid;
}

.question {
    text-indent: hanging 1em;
}