/* Copyright (c) 2024-2025, Maciej Barć <xgqt@xgqt.org> */

#table-of-contents
{
    z-index: 1;
    margin-top: 80px;
    font-size: 10pt;
    position: fixed;
    right: 0em;
    top: 0em;
    line-height: 12pt;
    text-align: right;
    box-shadow: 0 0 1em #777777;
    max-height: 80%;
    overflow: auto;
}

#table-of-contents h2
{
    font-size: 13pt;
    max-width: 9em;
    border: 0;
    font-weight: normal;
    margin-top: 0.75em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em;
}

#table-of-contents #text-table-of-contents
{
    display: none;
    text-align: left;
}

#table-of-contents:hover #text-table-of-contents
{
    display: block;
    padding: 0.5em;
    margin-top: -1.5em;
}

#postamble
{
    font-size: 75%;
    max-width: 80%;
    line-height: 14pt;
    margin-left: 20px;
    margin-top: 10px;
    padding: .2em;
    z-index: -1000;
}
