.sitemap h3 {
    text-align: start;
}
.sitemap p, .sitemap h3, .sitemap label {
    color: #000000;
}
.sitemap p {
    font-size: 10pt;
    line-height: 22px;
}
.sitemap a {
    color: #337ab7;
    text-decoration: none;
}
.sitemap a:focus, .sitemap a:hover {
    color: #23527c;
    text-decoration: underline;
}
.sitemap li {
    font-size: 10pt;
}
hr {
    border-color: #eee;
    opacity: 1;
}
