﻿table {
    width: 100%;
}

.col-sort-asc .sort-indicator {
    transform: scaleY(-1) !important;
}

.col-sort-desc .sort-indicator {
    transform: scaleY(1) !important;
}