/* Reverse bootstrap update ~ June 2025
   SAB */
.btn {
    text-align:unset;
}

/* Data Table on Projects Page, candidate for sitewide
   SAB */
#tablepress-36.dataTable th.dt-orderable-asc,
#tablepress-36.dataTable th.dt-orderable-desc {
    cursor:pointer;
}

#tablepress-36.dataTable th.dt-ordering-asc,
.dataTable th.dt-ordering-desc{
    background: #0e7ecc!important;
    position: relative;
}
#tablepress-36.dataTable th:after {
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 8px;
}

#tablepress-36.dataTable th.dt-orderable-asc:after {
    content: "\f883";
    opacity:0.5;
}

#tablepress-36.dataTable th.dt-ordering-asc:after {
    content: "\f15d";
    opacity:1;
}

#tablepress-36.dataTable th.dt-ordering-desc:after {
    content: "\f15e";
    opacity:1;
}

#tablepress-36.dataTable th.dt-type-numeric.dt-ordering-asc:after {
    content: "\f162";
    opacity:1;
}

#tablepress-36.dataTable th.dt-type-numeric.dt-ordering-desc:after {
    content: "\f163";
    opacity:1;
}