.table-striped {
    border-bottom: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr>td {
    border-top: 1px solid #ddd;
}

.prog-table .prog-row-break {
    background-color: #eee!important;
}

.prog-table .prog-title{
font-weight: bold;
}
.prog-table td :last-child,
.prog-lecture-desc :last-child{
    margin-bottom: 0;
}