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

@media only screen and (max-width: 599px) {
    /* Chauffeur overview */
    table.chauffeur-overview {
        width: 440px;
    }
    div.group table.rooster tbody td.dropdown_checkbox select.rooster_item {
        width: 314px;
    }

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

    }
    /* SMS End Statusses */

}
