
/* For appearance */
.sticky-wrap {
	/*overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;*/
}
.sticky-wrap .sticky-thead {
	font-size:2.5em;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
