/* Responsive Table Scroller - minimal styles (no hint) */
.rts-scroll{overflow-x:auto; -webkit-overflow-scrolling:touch; width:100%; margin:0 0 1rem 0;}
.rts-scroll>table{white-space:nowrap; border-collapse:collapse;}
/* Optional cosmetic scrollbar for WebKit */
.rts-scroll::-webkit-scrollbar{height:8px}
.rts-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2); border-radius:4px}
@media (max-width:640px){
  .rts-scroll{margin-bottom:.75rem;}
}
