/**
 TODO: Replace this with css from node_modules
 */
@import "https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css";

.tabulator {
    font-family: var(--tabulator-font, monospace);
    font-size: var(--tabulator-font-size, 0.8rem);
    vertical-align: auto;
}
.records-footer {
    float: left;
}
