.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.fancy-table  {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

.fancy-table td, .fancy-table th, .fancy-table .sticky-corner {
    border: thin solid #eee;
    border-left-width: 0px;
    border-top-width: 0px;
}

.fancy-table td, .fancy-table th {
    padding: 0px 4px;
}

.fancy-table .sticky-col {
    position: sticky;
    left: 0;
    z-index: 4;
    background: white;
}
.fancy-table .sticky-row {
    position: sticky;
    top: 0;
    z-index: 5;
    background: white;
}

.fancy-table .sticky-row.sticky-col {
    z-index: 6;
}

.fancy-table .sticky-corner {
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fancy-table .empty-cell {
    border-right-width: 0px;
}

.fancy-table td.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}