﻿/*
These rules hide the breadcrumb on pages (in particular top-level pages) 
where the breadcrumb only shows the first node. It just looks ugly and it
provides no functionality.
*/
#breadcrumb
{
    display:none;}
#pageName
{
    border-top:none;}
