/**
 * App-global layout rules, loaded by base.twig on every page.
 *
 * Cross-page structural rules live here; per-theme colors belong in the theme
 * stylesheets (css/main.css, css/themes/<theme>/main.css) and page-specific
 * rules in their page stylesheet (e.g. css/cpo.css).
 */

/* Page content clears the fixed top bar (was an inline style on each template). */
.container-fluid {
    margin-top: 75px;
}

/* Top-bar dropdowns use the explicit fa caret icon; suppress Bootstrap's
   duplicate ::after caret. */
.top-bar-list .dropdown-toggle::after {
    display: none;
}
