﻿th[value], .tablesorter .header {
    cursor: pointer;
    position: relative;
    color: #888;
    text-decoration: underline;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

    th[value]:hover {
        color: #000;
    }

th[sort]::after {
    position: absolute;
    right: 5px;
    top: 4px;
}

th[sort="ASC"]::after {
    content: url(/web/images/icons/sortAsc2.png);
	position: absolute;
    line-height: 0;
    right: 2px;
    top: 50%;
    bottom: 50%;
	margin-top:-8px;
}

th[sort="DESC"]::after {
    content: url(/web/images/icons/sortDesc2.png);
	position: absolute;
    line-height: 0;
    right: 2px;
    top: 50%;
    bottom: 50%;
	margin-top:-8px;
}
