.table th{
    background-color: black;
    color: white;
}
.table td{
    vertical-align: middle;
}

.table {
    overflow-x: scroll;
}

.clickable-row { cursor: pointer; }
.clickable-row:hover td,
.clickable-row:focus-visible td {
    background-color: #90CAF9 !important;
}
.clickable-row td {
    transition: background-color 0.15s ease, color 0.15s ease;
}
.clickable-row:hover a,
.clickable-row:focus-visible a { color: white !important; }