.sortable-table thead th {
    cursor: pointer;
}

.sortable-table thead th:after {
    padding-left: 7px;
}

.sortable-table thead th[data-sort-direction='0']:after {
    content: '\21D5';
}

.sortable-table thead th[data-sort-direction='1']:after {
    content: '\25B4';
}

.sortable-table thead th[data-sort-direction='-1']:after {
    content: '\25BE';
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction='0']:after {
    content: '\f0dc';
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction='1']:after {
    content: '\f0de';
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction='-1']:after {
    content: '\f0dd';
}

.filter-input {
    margin-bottom: 10px;
    font-size: 30px;
    border: 2px green solid;
    font-weight: bold;
    width: 100%;
}

.sortable-table th {
    font-size: 18px;
}

td:first-child, thead {
    text-transform: uppercase;
}

.sortable-table {
    font-size: 17px;
}

.sortable-table th {
    text-align: center;
}


.sortable-table th:hover {
    opacity: 0.6;
}