.entity-grid table {
    thead tr{
        background-color: #0E4177;
        * {
            color: #FFFFFF;
            font-family: Oswald;
            font-weight: 400;
            text-decoration: none;
        }
    }

    tbody {
        tr{
            a{
                color: var(--portalThemeColor4);
                text-decoration: none;
            }
        }

        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
    }

}
