/* Mobile-only enforced width override for the table container */
@media (max-width: 768px){
  div.table-container,
  .table-container{
    width: 470px !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}
