.ax-sort-table .owner img {
    width: 28px;
    border-radius: 100%;
}

.ax-sort-table .sort-down,
.ax-sort-table .sort-up{
    margin-left: 10px;
}

.ax-sort-table .tablesorter-headerUnSorted .sort-down,
.ax-sort-table .tablesorter-headerUnSorted .sort-up {
    display: none;
}

.ax-sort-table .tablesorter-headerAsc .sort-down {
    display: none;
}

.ax-sort-table .tablesorter-headerAsc .sort-up {
    display: inline-block;
}

.ax-sort-table .tablesorter-headerDesc .sort-up {
    display: none;
}

.ax-sort-table .tablesorter-headerDesc .sort-down {
    display: inline-block;
}