div#content{
    background-color: white;
}

div#content div.container_16{
    padding-top: 1em;
}

div#content ul li,
div#content ol li {
    position: relative;
    
}

div#content li span.footnoteContainer {
    right: -54%;
}

div.boxInner.transkription{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    padding: 0 1em 0 1em;
}

span.introInner{
    display: inline !important;
}

span.footnoteContainer{
    display: block;
    position: absolute;
    top: 0;
    right: -51%;
    width: 270px;
    font-size: 0.8em;
    color: #444;
}

div.box h2 p span.footnoteContainer{
    font-style: normal;
    font-weight: normal;
    font-size: 0.57em;
    top: -2em;
}

div.box h3 p span.footnoteContainer{
    font-style: normal;
    font-weight: normal;
    font-size: 0.68em;
    top: -2em;
}

div.box h4 p span.footnoteContainer{
    font-style: normal;
    font-weight: normal;
    font-size: 0.80em;
    top: -2em;
}


span.footnoteContainer-table{
    display: block;
    position: absolute;
    right: -46%;
    width: 270px;
    font-size: 0.9em;
    color: #444;
}


span.footnote{
    display: block;
    margin-bottom: 1em;
}

div#endnotes h3{
    margin-top: 2em;
}

div#endnotes ul{
    margin-left: 3em;
    list-style-type: none;
    font-size: 0.8em;
}

div#endnotes li{
    position: relative;
    margin-bottom: 0.5em;
}

div#endnotes span.number{
    position: absolute;
    left: -3em;
}

span.number{
    color: #C56700;
}

p.author{
    font-size: 1em;
}

p.author a{
    color: silver;
}

p.author a:hover{
    color: #AC4D00;
    text-decoration: none;
}

div#content span.paragraphNumber{
    display: block;
    position: absolute;
    left: -4em;
    width: 1.5em;
    padding: 0.1em 0 0.1em 0.3em;
    font-size: 0.8em;
    background-color: white;
    text-align: right;
}

div#content span.paragraphNumber a{
    color: gray;
}


a.bibl{
    font-variant: small-caps;
}

/* authorInfo */
div.authorInfo{
    font-size: 0.8em;
}

div.authorInfo h3{
    font-size: 1.5em;
    font-weight: normal;
}

div.authorInfo h2{
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    margin: 2em 0 1em 0;
    border-bottom: 1px solid silver;
    padding: 0 0 1em 0;
}

div#content div.authorInfo p{
    margin: 0;
}

div#content div.authorInfo p.mail{
    margin-bottom: 1em;
}

div#content div.authorInfo p.note{
    margin-bottom: 1em;
}


/* block quotations */
p.block,
p.introQuote {
    position: relative;
    /*font-style: normal;*/
    font-size: 0.9em;
}

p.block {
    margin: 1em 2em 1em 2em;
}

p.introQuote {
    margin: 1em 2em 1em 4em;
}

p.block span.p {
    border-left: 0.3em solid #e2e2e2;
    padding-left: 0.8em;
}

p.block span.footnoteContainer {
    right: -61.5%;
    font-style: normal;
}

p.introQuote span.footnoteContainer {
    right: -65%;
    font-style: normal;
}

p.block span.footnoteContainer span.footnote,
p.introQuote span.footnoteContainer span.footnote {
    font-size: 1.1em;
}


div#content h2{
    margin: 2em 0 0.5em 0;
}

div#content h2.first{
    margin: 0 0 0.5em 0;
}

div#content h3{
    font-weight: normal;
}

div.abstract {
    margin: 1em 0 3em 0;
    padding: 1em;
    font-family: PTSans;
    font-size: 0.8em;
    background-color: #f0f0f0;
}

div.abstract {
    margin-bottom: 0;
}

div.abstract h3 {
    margin-bottom: 1em;
}

/* SD 2023 */
div#content div.toc {
    margin: 1em 0 3em 0;
    padding: 1em;
    font-family: PTSans;
    font-size: 0.8em;
    background-color: #f0f0f0;
}

div.toc h3 {
    margin-bottom: 1em;
}

div.toc a{
    display: block;
    margin: 0 0 0.5em 0;
}

div.toc li {
    margin-left: 1.5em;
}


span.bold{
    font-weight: bold;
}

div.boxInner span.image{
    width: 300px;
    float: left;
    padding: 0 1em 0.5em 0;
    margin-bottom: 0;
    position: relative; 
    z-index: 1000; 
    background: white;
}

span.image img{
    width: 300px;
}

span.image > span{
    font-family: PTSans;
    font-size: 0.8em;

} 

div.comment-table{
    width: 100%;
    font-size: 0.9em;
}

div.comment-table th{
    font-weight: bold;
}

div#header h2.subtitle {
    margin-top: 1em;
    margin-bottom: 2em;
    font-style: normal;
    font-size: 1.2em;
}

p.listhead{
    left: -1.5em;
}

span.code {
    font-family: PTSans;
    font-size: 0.9em;
}

div.transkription.about div.comment-table table {
    display: table;
    overflow-x: auto;
    white-space: normal;
}