.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
	border-right: 1px solid #ddd;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
}
.table-scroll th, .table-scroll td {
	white-space:nowrap;
}
.table-scroll thead, .table-scroll tfoot {
	
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
/*
.clone td, .clone th {
	border-color:transparent
}*/
th{
	background: #fff;
}
td:first-child{
	background: #fff;
}
.clone tbody th {
	visibility:visible;
}
.clone .fixed-side {
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}