﻿.grid-child.container-nav{
    padding: 0px 0px 6px 8px;
}

.grid-child.container-below-top{
     padding: 8px 8px 0px 8px;
}

/* Move the main menu to the left */
ul.mod-menu.mod-list.nav{
    justify-content: flex-start;
}

/* Move the user menu to the right */
ul#mod-menu113.mod-menu.mod-list.nav{
    justify-content: flex-end;
}

/* Make the breadcrumbs look presentable */
ol.mod-breadcrumbs.breadcrumb.px-3.py-2{
    font-size: 0.9em;
    align-items: baseline;
}

/* overide template !important to move breadcrumbs to left margin */
ol.mod-breadcrumbs.breadcrumb.px-3{
    padding-left: 0rem!important;
} }
