.lesson-table th {
    background-color: var(--alt-color);
    color: #fff;
    font-size: 15px;
}

.table-column {
    border-color: #efefef !important;
}


.alternate_color .table-column {
		background: #fff;
}