div.FixedHeader_Cloned table, div.FixedHeader_Cloned thead{
	table-layout: inherit;
	width: 100% !important;
}
div.FixedHeader_Cloned th:nth-child(1) {
	min-width: 80px !important;
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(2) {
	min-width: 65px !important;
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(3) {
	width: 30% !important;
}
div.FixedHeader_Cloned th:nth-child(4) {
	min-width: 55px !important;
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(5) {
	min-width: 95px !important;
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(6) {
	min-width: 90px !important;
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(7) {
	width: 10% !important;
}
div.FixedHeader_Cloned th:nth-child(8) {
	min-width: 55px !important;
	width: 10% !important;
}
@media screen and (max-width: 1024px){
	div.FixedHeader_Cloned th:nth-child(6),
	div.FixedHeader_Cloned th:nth-child(5){
		display: none;
	}
}

@media screen and (max-width: 768px){
	div.FixedHeader_Cloned th:nth-child(1),
	div.FixedHeader_Cloned th:nth-child(5),
	div.FixedHeader_Cloned th:nth-child(6),
	div.FixedHeader_Cloned th:nth-child(7):not(.sorting_disabled){
		display: none;
	}
}

