.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
  border-color: transparent !important;
}

.clone th, .clone td {
	visibility: hidden;
}

.clone td, .clone th {
	border-color: transparent
}

.clone tbody th {
	visibility: visible;
}

.clone .fixed-side {
	border: 1px solid #000;
	background: #eee;
	visibility: visible;
}

.clone thead,
.clone tfoot{
  background: transparent;
}
