<style>
/* Clean links inside tables and cards */
table.table tbody tr td a:not(.btn) {
    text-decoration: none;
    font-weight: 500;
}
table.table tbody tr td a:not(.btn):hover {
    text-decoration: underline;
}

div.table-responsive table.table tbody tr td a:not(.btn) {
    text-decoration: none;
    font-weight: 500;
}

div.table-responsive table.table tbody tr td a:not(.btn):hover {
    text-decoration: underline;
}

.card a:not(.btn) {
    text-decoration: none;
}
.card a:not(.btn):hover {
    text-decoration: underline;
}

/* Uncomment if you want all links app-wide to have same style */
/*
a:not(.btn) {
    text-decoration: none !important;
    font-weight: 500 !important;
}
a:not(.btn):hover {
    text-decoration: underline !important;
}
*/
</style>
