/* For this example, force x-scrolling by making the table width smaller */
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }