table.table > thead > tr > th > a{
    color: #212529;
}
table.table > thead > tr > th > a:hover{
    text-decoration: underline;
}


.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline-block;
}
.htmx-request.htmx-indicator{
    display:inline-block;
}
