.nobr   { white-space:nowrap; }

// von der alten Seite

p {
    text-align: justify;
}

div.figure {
    text-align: center;
    margin: 20px auto;
}

.center {
    display: block;
    margin: 0 auto;
}

p.caption {
    font-style: italic;
    font-size: 12pt;
    text-align: center;
}
ol.sources {
    list-style-type: none;
    counter-reset mycounter 1;
}

ol.sources li:before {
    content: "[" counter(mycounter,decimal) "] ";
}

ol.sources li {
    margin: 1em 0;
    text-align: justify;
    counter-increment: mycounter;
}

