@charset "UTF-8";
.fixed-table-container thead th .both::after {
	content: "\f0dc";
	font-family: fontawesome;
	color: rgba(50,50,50,.5);
}


.fixed-table-container thead th .asc::after {
	content: "\f0de";
	font-family: fontawesome;
}

.fixed-table-container thead th .desc::after {
	content: "\f0dd";
	font-family: fontawesome;
}