.ag-theme-quartz {
    /* disable all borders */
    /*----ag-borders: none !important;*/
    /* then add back a border between rows */
    /*--ag-row-border-style: dashed !important;*/
    --ag-row-border-width: 1px !important;
    --ag-odd-row-background-color: rgb(227, 227, 227) !important;
    --ag-row-border-color: rgb(100, 100, 100) !important;
    --ag-font-family: monospace !important;
    --ag-row-hover-color: rgb(249, 250, 220) !important;
    --ag-grid-size: 1px;
    --ag-font-size: 8px;
    --ag-header-column-separator-display: block !important;
    --ag-cell-horizontal-border: solid rgb(100, 100, 100) !important;
}

.ag-theme-quartz.compact {
    --ag-grid-size: 3px;
}