.seepex_mobiles_table_date_selector {
    display: none;
}

@media (max-width: 768px) {
    .seepex_mobiles_table_date_selector {
        display: block;
    }

    .seepex_mobiles_table th:nth-child(n+4),
    .seepex_mobiles_table td:nth-child(n+4) {
        display: none;
    }
}
