@media only screen and (max-width: 767px) and (min-width: 600px) {
    /* DEBUGGING */
    .responsive-600 {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    /* Chauffeur overview */
    table.chauffeur-overview {
        width: 560px;
        table-layout:auto;
        overflow:hidden;
        white-space: nowrap;
    }

    table.chauffeur-overview tr td.td-active,
    table.chauffeur-overview tr td.td-telnr,
    table.chauffeur-overview tr td.td-telmobile,
    table.chauffeur-overview tr td.td-mail {
        display: none;
    }
    div.group table.rooster tbody td.dropdown_checkbox select.rooster_item {
        width: 436px;
    }

    /* SMS Begin Statusses */
    div.group table.smslog thead tr td:nth-child(1),
    div.group table.smslog tbody tr td:nth-child(1) {
        display: none;

    }
    /* SMS End Statusses */

}
