html { 
    font-size: 13pt; 
}

h1,h2,h3,h4 {
  font-family: sans-serif;
}

.abstract {
    margin: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 1em; 
    padding-right: 1em; 
    border: 1px solid black;
    font-style: italic;
}

.org-src-container {
    font-size: 80%;
}

/* .abstract:before {  */
/*      content: "Abstract: "; font-weight: bold  */
/* }  */


body {
    width: 36em; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
} 

table {
    font-size: 12pt;
}

.todo {
    font-size: 50%;
}

#postamble {
    text-align: left;
}

#content {
    /* Blocksatz */
    text-align: justify;
}

#footnotes {
    /* HR über den Fussnoten*/
    border-top: 2px solid #B3B2B2;
}

h2.footnotes {
    /* Überschrift weg */
    font-size: 0%;
}

a:visited{
    color: #626fff;
}

