body { padding-top: 70px; padding-bottom: 15px }
form { margin-bottom: 0px }
form .form-group:last-of-type { margin-bottom: 0px }
.card { margin-bottom: 15px }
#accordion .card-header { cursor: pointer }
.card .table { margin-bottom: 0px }
table tr[data-href] {
    cursor: pointer;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}
table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #dee2e6;
}
.clickable-cell {
    cursor: pointer;
}