/* Container for the tooltip */

/* Tooltip text */
th.sorted-asc::after {
    content: " ▲";
}
th.sorted-desc::after {
    content: " ▼";
}