.list-group-item:last-child, .list-group-item:first-child, .list-group-item {
    border: 0 !important;
}

#program_table{
    min-width: 1200px;
}

#program_table .tabelle > tbody > tr > td{
    border-bottom: 0 !important;
}

#program_table .tabelle-tr-light, #program_table .tabelle-tr-dark, #program_table .light-tr-background {
    background-color: #fff !important;
}

#program_table .tabelle > thead > tr > td:first-child, #program_table .tabelle > tbody > tr > td:first-child {
    border-left: 0 !important;
}

#program_table .tabelle > tbody > tr > td {
    border-bottom: 0 !important;
}

#program_table .tabelle > tfoot > tr > td {
    border-bottom: 0 !important;
    background: #fff !important;
}