.app-table-responsive {
    max-width: 100%;
    overflow-x: auto;
}

.app-table-compact {
    font-size: .8125rem;
    line-height: 1.25;
}

.app-table-compact > :not(caption) > * > * {
    padding: .45rem .5rem;
    vertical-align: middle;
}

.app-table-compact thead th {
    font-size: .72rem;
    letter-spacing: .01em;
    white-space: nowrap;
}

.app-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.app-table-nowrap {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
