﻿
h1, h2, h3, h4, .h1, .h2, .h3, .h4, p, a {
    color: black !important;
}

legtech-table table.data thead {
    display: table-header-group;
}

    legtech-table table.data thead tr th {
        color: black;
        text-decoration: none;
    }

legtech-table table.data tbody tr {
    display: table-row;
}

    legtech-table table.data tbody tr td {
        vertical-align: top;
        width: auto !important;
        text-align: left;
        border: 1px solid black !important;
        color: black;
        border-radius: 0 !important;
    }

        legtech-table table.data tbody tr td a {
            color: black;
            text-decoration: none;
        }
