/* spis tresci: lista numerowana, tylko 2 poziomy */

.tocN ol {
    display: block;
}
.tocN ol li {
    display: list-item;
}

.toc2 ol {list-style-type: disc}
.toc2 ol ol {list-style-type: decimal}
.toc2 ol ol ol {list-style-type: lower-latin}
.toc2 ol ol ol ol {display: none}
.toc2 ol ol ol ol ol {dispaly: none}
.toc2 ol ol ol ol ol ol {display: none}
