/* spis tresci: pelna lista numerowana */

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

.tocN ol {list-style-type: disc}
.tocN ol ol {list-style-type: decimal}
.tocN ol ol ol {list-style-type: lower-latin}
.tocN ol ol ol ol {list-style-type: lower-roman}
.tocN ol ol ol ol ol {list-style-type: disc}
.tocN ol ol ol ol ol ol {list-style-type: none}
