@media screen and (max-width: 767px) {
    .scrollBox table {
        width: 98% !important;
	margin : 0 auto !important;
    }
}