﻿.condensed-table .mud-table-cell,
.condensed-table .mud-table-head {
    padding: 4px 8px !important;
    font-size: 0.875rem;
    line-height: 1.2;
}

.condensed-cell {
    padding: 4px 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.condensed-header {
    padding: 6px 8px !important;
    font-weight: 600;
    font-size: 0.8rem;
    white-space: nowrap;
}

.condensed-table .mud-table-row {
    height: auto;
    min-height: 32px;
}

.condensed-table .mud-button-root {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 4px;
}

.condensed-table .subclass-col {
    width: 25%;
}

.condensed-table .name-col {
    width: 35%;
}

.condensed-table .account-number-col {
    width: 20%;
    text-align: center !important;
}

.condensed-table .actions-col {
    width: 10%;
    text-align: center !important;
}

.account-number {
    text-align: center !important;
}

.balance-cell {
    text-align: right !important;
}

.condensed-header-centered .mud-table-sort-label {
    justify-content: center;
    width: 100%;
}
