/*CSS for Backend responsive table */
@media(max-width: 480px) {
  .myclass1 {
    overflow-x: scroll;
  }
}