#table_1 thead tr th.expand:first-child{
	display: revert;
	width: auto !important;
}
#table_1 thead{
	z-index:99;
}

#table_1 thead tr th:first-child,
#table_1 thead tr td:first-child {
  position: sticky;
  left: 0;
  z-index:99;
}
#table_1 td:first-child{
	position:sticky;
	left:0px;
	background-color: #f5f5f5;
}
#table_1 thead.setPositionInherit{
	position:inherit!important;
}

#table_1 thead.setPositionSticky{
	position:sticky!important;
}
#table_1 thead.setPositionRelative{
	position:relative!important;
}
@media screen and (max-width: 768px) {
	#table_1 thead.setPositionInherit{
		position:sticky!important;
		top:0px!important;
	}
}