/**
 * project-specific  modifications.
 *
 */
.contact-category td {
    display: none;
}
@media (min-width: 993px) {
    #contactList tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

    }
    #contactList thead, #contactList tbody, #contactList tfoot, #contactList tr, #contactList td, #contactList th {
        border-width: 0;
        border-style:none;
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) > * {
	--table-accent-bg: none;
    }
}

