.table thead th {
    top: 0;
}

.i-sort-u-16 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_up__normal.svg");
    width: 1.5rem;
    height: 1rem;
}

.i-sort-d-16 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_down__normal.svg");
    width: 1.5rem;
    height: 1rem;
}

.i-sort-u-16:hover {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_up__hover.svg");
    width: 1.5rem;
    height: 1rem;
}

.i-sort-d-16:hover {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_down__hover.svg");
    width: 1.5rem;
    height: 1rem;
}

.i-sort-u-16:active {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_up__clicked.svg");
    width: 1.5rem;
    height: 1rem;
}

.i-sort-d-16:active {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-image: url("../images/sort/sort_down__clicked.svg");
    width: 1.5rem;
    height: 1rem;
}