.container {
    padding: 2em;
    border-left: thin solid whitesmoke;
    border-right: thin solid whitesmoke;
}

/* Nav
-------------------------------------------------- */

.nav > li > a, .nav > li.nav-header {
    padding: 3px 15px;
}

.nav > li.nav-header {
    color: var(--bs-tertiary-color);
    text-transform: uppercase;
}


.nav > li > a:not(.disabled) {
    color: #333;
}

a.disabled {
    color: lightgray;
    cursor: not-allowed;
}

a.disabled i {
    opacity: 0.15;
}

.nav > li > a.disabled:hover {
    text-decoration: none;
    background-color: inherit;
}


.breadcrumb > li:not(:first-child):before {
    content: " / ";
    padding: 0 5px;
    color: #999;
}

.breadcrumb > li.active {
    font-weight: bold;
}


/* Footer
-------------------------------------------------- */

.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #e5e5e5;
}
.footer p {
    margin-bottom: 0;
    color: #555;
}

