
@import url(std_wiki.css);

.wiki-toc {
    background-color: #f6f9fb;
    border: 1px dotted #cccccc;
}

.wiki-toc h4 {
    font-size: 110%;
    margin-bottom: 0.5em;
}

.wiki-toc li {
    padding: 0.2em;
    margin: 0;
}

.wiki-toc li.active {
    font-weight: bold;
    background-color: #356aa0;
}
.wiki-toc li.active a {
    color: #f6f9fb;
}

.wiki-toc :link, .wiki-toc :visited {
    text-decoration: none;
}
.wiki-toc :link:hover, .wiki-toc :visited:hover {
    text-decoration: underline;
    background-color: transparent;
}

