.table>thead>tr>th {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    line-height: 1;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 4px;
    line-height: 14px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-body {
    padding: 5px;
}