<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* tables */
table.tablesorter thead tr .tablesorter-headerAsc .tablesorter-header-inner:after {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d8";
    right: 4px;
    position: absolute;
    top: 40%;
    
}
table.tablesorter thead tr .tablesorter-headerDesc .tablesorter-header-inner:after {

    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    right: 4px;
    position: absolute;
    top: 40%;
}
.sortedLaod .tablesorter-header-inner:after {
	/*background-image: url(../images/asc.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;*/
        font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d8";
    right: 4px;
    position: absolute;
    top: 40%;
}
.tablesorter-header{cursor: pointer;}
table.tablesorter thead tr .tablesorter-headerDesc, .sortedLaod, table.tablesorter thead tr .tablesorter-headerAsc{
	position: relative;
	
}
</pre></body></html>