.sitemap_tree a {
    color: white;
}


.sitemap_tree ul {
    list-style: none;
    margin: 0;
    padding-left: 24px;
}

.sitemap_tree > ul {
    padding-left: 8px;
}

.sitemap_tree li {
    position: relative;
    padding-left: 20px;
    line-height: 1.9;
}

.sitemap_tree li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #8aa0b5;
}

.sitemap_tree li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 13px;
    border-top: 1px solid #8aa0b5;
}

.sitemap_tree li:last-child::before {
    bottom: auto;
    height: 0.95em;
}

.sitemap_tree > ul > li {
    font-weight: bold;
}

.sitemap_tree > ul > li ul li {
    font-weight: normal;
}

.sitemap_tree small {
    color: #a9c3db;
    font-weight: normal;
    font-size: 16px;
}
