ul.nav.menu {margin-bottom: 30px}

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;
}

.tblist td {
    padding: 15px 8px;
}

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

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

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

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

.i-toggle>*{display:none;}
.i-toggle.__1>.__on{display:inline;}
.i-toggle.__0>.__off{display:inline;}

.m-curr {
    font-size: 0.7em;
    margin-right: 2px;
    color: #555;
}

.well hr {
    border-top-color: #d1d1d1;
}

.header-hl {
    padding: 10px;
    border-left: 7px solid;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.header-hl.red {
    color: #dc3545;
}