﻿.smartish-table-sort-desc::before {
    content: "▼";
}

.smartish-table-sort-asc::before {
    content: "▲";
}
