﻿.hidden {
    display: none;
}

.asc {
    margin-left: 50px;
    margin-top: -15px;
    width: 12px;
    height: 12px;
    background-image: url('/img/svg/sort-up-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.desc {
    margin-left: 50px;
    margin-top: -15px;
    width: 12px;
    height: 12px;
    background-image: url('/img/svg/sort-down-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
