/* skorowidz */

/* spis treści */
div#indeks-toc {
    width: 52px;
    display: block;
    position: fixed;
    left: 10px; 
    top: 42px;
    border: 1px solid #0000a0;
    padding: 1ex;
    background-color: #e0e0c0;
    padding-left: 1em;
    padding-right: 1em;
    z-index: 100;
    width: 1.0cm;
    overflow: hidden;
    font-family: monospace;
}

body {
    margin-left: 2cm;
}

div#index-toc.spis-tresci ul,
div#index-toc.spis-tresci ul li {
    display: block;
    list-style-type: none;
    text-align: left;
}
div#index-toc.spis-tresci ul li+li:before {
    content: "";
}

dt, 
dd,
dt *,
dd * {font-size: small}

dt {width: 400px; height: 1.5em; margin-top: 2px; margin-bottom: 2px; border-bottom: 1px dotted #808080; padding-left: 2px}
dd {height: 1.5em; margin-top: -1.5em; margin-left: 410px; margin-bottom: 2px}

dl a.glowny {font-weight: bold }
dl a {padding-left: 1ex; padding-right: 1ex; padding-top: 4px; margin-right: 2px; text-decoration: none; background-color: #a0a0a0; color: #fed600; }
dl a:hover {background-color: #e1e1e1}
dl a:visited {color: #00e0e0}

h2 {margin-left: 2em}

acronym[title] {text-decoration: none; border-bottom: 0px}

/* koniec */
