.table {
    overflow: auto;
    overflow-scrolling: auto;
}

.table .id {
    text-align: center;
    width: auto;
    min-width: 40px;
}

.table table .description {
    width: auto;
    min-width: 150px;
}

.table table .classroom {
    width: auto;
    min-width: 100px;
}

.table table .cluster {
    width: auto;
    min-width: 120px;
}

.table table .action {
    width: auto;
    min-width: 100px;
}

/* Kan eventueel terug gebruikt worden als het scrollen irritant bevonden wordt -> dan ook terug oude values herstellen van hierboven 20/10/2020
@media screen and (max-width: 600px) {
    .cluster {
        display: block;
    }
}
*/
#export-dropdown-content {
    position: relative;
    top: 30px;
}