#ir-business-performance table {
    border: 1px solid #dedede;
    border-collapse: collapse;
}
#ir-business-performance table tr {
    height: 71.6px;
    border-bottom: 1px solid #dedede
}

#ir-business-performance td {
    padding: 1rem;
}

#ir-business-performance tr td:first-child, #ir-business-performance tr th:first-child {
    border-right: 1px solid #dedede
}

#ir-business-performance th , td:first-child {
    background-color: #f0f0f0; /* Light background for header cells */
}

#ir-business-performance h4:nth-child(n+2) {
    margin-top: 10rem !important;
} 
