.table-container{  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */}table{  border: 1px solid;}table tr{  border: 1px solid;}table th{  border: 1px solid;}table td{  border: 1px solid;}