table .header,
table .tablesorter-header {
	position: relative;
	background-clip: padding-box;
}
table .tablesorter-header-inner {
	padding-right: 14px;
}
table .header:after,
table .tablesorter-header:after {
	content: "\e150";
	position: absolute;
	font-family: 'Glyphicons Halflings';
	top: 9px;
	right: 3px;
	opacity: 0.4;
	font-size: 12px;
}
table .headerSortUp:after,
table .tablesorter-headerSortUp:after,
table .tablesorter-headerAsc:after {
	content: "\e155";
	opacity: 1;
}
table .headerSortDown:after,
table .tablesorter-headerSortDown:after,
table .tablesorter-headerDesc:after {
	content: "\e156";
	opacity: 1;
}

table .tablesorter-header.sorter-false.tablesorter-headerUnSorted:after {
	display: none;
}
table .tablesorter-header.sorter-false.tablesorter-headerUnSorted .tablesorter-header-inner {
	padding-right: 0;
}