.table-sorter {
    .th {
        position: relative;
        .iconfont {
            position: absolute;
            right: 0px;
        }
        .iconfont:before {
            content: "\e604";
        }
        .iconfont:hover {
            color: #628BC4;
            background-color: #EBF3FF;
        }
    }
    .asce {
        .iconfont:before {
            content: "\e601";
        }
    }
    .desc {
        .iconfont:before {
            content: "\e602";
        }
    }
}
