thead a.asc::after {
    content: url(../img/icons/sort-alpha-up-alt.svg);
}
thead a.desc::after {
    content: url(../img/icons/sort-alpha-down-alt.svg);
}
thead a {
    color: #000000;
    /*text-transform: uppercase;*/
}

