th.sortable {
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
}

th.sortable:hover {
	background: #b3deff !important;
}

th.sortable .sort-icon {
	margin-left: 6px;
	font-size: 0.85em;
	opacity: 0.45;
}

th.sortable.sort-asc .sort-icon,
th.sortable.sort-desc .sort-icon {
	opacity: 1;
}
