﻿/* From Sitemap.aspx inline <style> block */
        .sitemap-ul{
            border-left: none!important;
        }

        ul.sitemap-ul >li >a {
            color: #982752;
            font-weight: bold;
        }

        ul.sitemap-ul >li >ul >li >a {
            font-weight: normal;
            color: #212529;
        }

/* Sitemap inline style attributes lifted into CSS */
.sitemap-page-title-h2 { font-size: 2em; }
.sitemap-page-intro { text-indent: 2em; }
