/*icons class to display p-sortIcon*/
.pi-unsorted:before, .pi-sort-alt:before {
    content: "\f883"; }

.pi-sort-amount-down:before {
    content: "\f160"; }

.pi-sort-amount-down-alt:before {
    content: "\f884"; }

.pi-sort-amount-up:before {
    content: "\f161"; }

.pi-sort-amount-up-alt:before {
    content: "\f885"; }