<!-- Uses the following styles for working around Ubuntu/Firefox issue with dynatree-->

.toc-tree, .toc-tree ul, .toc-tree li {
    position: relative;
    line-height: 1.25;
    white-space: nowrap;
}
.toc-tree a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
.toc-tree ul {
    list-style: none;
    padding-left: 16px;
    text-align: left;
    line-height: 1.25;
    white-space: nowrap;
    /* list-style-image: "/css/dynatree/chm/1.png";						; */
}
.toc-tree li::before, .toc-tree li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.toc-tree li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
.toc-tree li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
.toc-tree ul > li:last-child::after {
    height: 8px;
}
.folder li a {
    color: black;
    font-weight: normal
}