body.wrapper-fluid .site-grid {
     grid-gap: 0 0.5em;
    grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,25%)) [main-end] minmax(0,1fr) [full-end];
}
.tabulator-row.tabulator-row-clicked {
    background-color: #912e3e; !important
    color: #fff;
}