/* Enter Your Custom CSS Here */
@media only screen and (max-width: 800 px) {
table.responsive {
margin-bottom: 0;
overflow: visible;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}