.table-border-bottom-gray > tr:not(:last-child) {
    border-bottom: black 1px solid !important;
}

.text-underline:hover {
    text-decoration: underline;
}


.side-nav .collapsible-body a {
    height: 100%;
    padding-left: 40px;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked
{
    pointer-events: auto;
    opacity: 0.7 ;
}

label {
    margin-bottom: 0
}





