.smalltext {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.readable {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

html,
body {
    height: 100%;
    margin: 0;
}

#dashboard-main {
    height: 100%;
    box-sizing: border-box;
}

.tabulator {
    background-color: #f3f7fb;
}

.tabulator .tabulator-header {
    background-color: #e7eef7;
}

.tabulator .tabulator-row {
    background-color: #f8fafc;
}

.tabulator .tabulator-row:nth-child(even) {
    background-color: #e6eff9;
}
