.lmc-table__materiality {
    border: 1px solid #D7DEE2;
    font-family: DIN-2014,sans-serif;
    border-top: 0px;
}

.lmc-table__materiality thead tr td {
    padding: 1rem;
    background-color: #0260af;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid rgb(128 154 188);
}

.lmc-table__materiality thead tr td:last-of-type {
    border-right: 0px;
}

.lmc-table__materiality tr td[colspan="3"]{
    padding: 1rem;
    background-color: #DBE3EC;
    font-size: 1rem;
}

.lmc-table__materiality tr td {
    padding: 1rem;
    font-size: .9rem;
    border-right: 1px solid #e5e7eb;
}

.lmc-table__materiality tr td:nth-of-type(2) {
    text-align: center;
}

.lmc-table__materiality tr:nth-of-type(even) {
    background-color: rgb(241 243 244);
}