/* Original */
thead.sticky-header-original-thead tr th,
thead.sticky-header-original-thead tr td {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}

.sticky-header-original-th-inner-wrapper {
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* Cloned */
.sticky-header-cloned-wrapper {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 2;
	overflow-x: hidden;
}