/* netbop css overrides */
@media (max-width: 767px) {
    table.classlisting-classes td.closed~td:nth-last-child(2) {
        border-top: none !important;
        height: 38px !important;
    }
    table.classlisting-classes td.open~td:nth-last-child(2) {
        border-top: none !important;
        height: 18px !important;
    }
}