table.fixedHeader-floating
{
	position: fixed !important;
	background-color: white;
	margin-top: 60px !important;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
table.fixedHeader-floating.no-footer
{
	border-bottom-width: 0
}
table.fixedHeader-locked
{
	position: absolute !important;
	background-color: white
}

@media print {
table.fixedHeader-floating
{
	display: none
}
}
