/*--- static/css/table.css ---*/

.table-row-clickable {
    cursor: pointer;
}
.table-row-clickable:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
