.active {
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.small-icon {
    padding: .2rem .5rem;
}

.table-mw {
    min-width: 125px;
}

.table-image {
    max-width: 120px;
}

.bg-dashnav {
    background: rgba(0, 0, 0, 0.1);
}

.tb {
    margin: 10px 0;
    position: relative;
}

input[type="checkbox"] {
    width: 100%;
    height: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.tb .drop {
    position: relative;
    height: 3rem;
    line-height: 23px;
    color: white;
    background: #28a745;
    transition: all .3s ease;
    padding: .5rem 1rem;
    width: 100%;
}

.tb div.collapsible {
    display: none;
}

.tb input[type="checkbox"]:checked~.collapsible {
    display: block;
}