ul.nav.menu>li {
    display: inline-block;
}

ul.nav.menu>li+li {
    margin-left: 20px;
}

ul.nav.menu>li.active {
    font-weight: bold;
}

a.l-title {
    font-size: 1.1em;
    font-weight: bold;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-g{
    color: #aaa!important;
}