.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* for smoother scrolling on touch devices */
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}