
.quickgrid[theme=default] {
    width: 100%;
    white-space: nowrap;
}

tr {
    height: 1.8rem;
}

th {
    background: rgba(238,238,238,1);
}

td
{
    width: auto;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: top;
    max-width: 8vw;
}

/* Subtle stripe effect */
tr:nth-child(even) {
    background: rgba(238,238,238,1);
}

/* Magnifying glass */
.col-options-button {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 23 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}