.table-scroll tbody {
		overflow: scroll;
		overflow-x: hidden;
		display: block;
		width: 100%;
		width: calc(100% + 15px);
	}
 	
	.table-scroll tr {
		/*display: inline-table;*/
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.table-scroll  thead {
		background: #f9f9f9;
		display: inline-table;
		width: 100%;
    
	}

	 
	.table-scroll  tfoot {
		background: #f9f9f9;
		display: inline-table;
		width: 100%;
    
	}