
@media only screen and (min-width: 200px) and (max-width: 600px) {

.table {
    overflow-x: scroll;
    display: inline-block;
}

}