/* CSS */ @media screen and (max-width: 600px) { .mobile-hide { display: none; } .responsive-table table, .responsive-table th, .responsive-table td { width: 100%; display: block; } }