.ccm-page .eventtable{
    background: #fff!important;
    margin-bottom: 50px;
}

.eventtable tbody tr td:first-child{
    width: 15%;
}


.eventtable tbody tr td:nth-child(2) {
    width: 55%;
}

.eventtable .programm p,
.eventtable .vortrag p,
.eventtable .highlight p{
    font-weight: bold;
    color: #000!important;
}

.eventtable .pause p{
    font-weight: normal;
    color: #8b8b8b !important;
}

.ccm-page .table .thead-dark th {
    color: #000;
    background-color: #b8b8b8 ;
    border-color: #b8b8b8;
    border-bottom: 5px solid #f0f0f0 ;
    font-weight: bold;
}



.ccm-page .table-striped tbody tr:nth-of-type(odd) {
    background-color:#f5f5f5;
}



.eventtable .highlight td:first-child{
    border-left: 2px solid red;
}


.eventtable p.dozent{
    font-weight: normal!important;
}

.eventtable td {
    background: #e3e3e3;
    border-bottom: 5px solid #f0f0f0 ;

}

.eventtable .highlight td{
    background: #fbeeed;
}

.eventtable .pause td{
    background: #f0f0f0;

}