.table_recap_global_notes_tp td:first-child {
    text-align: left;
}

.table_recap_global_notes_tp td:nth-child(2),
.table_recap_global_notes_tp th:nth-child(2),
.table_recap_global_notes_tp tbody tr:nth-child(1) {
    background-color: var(--color_neutral_background);
}

.table_recap_global_notes_tp td:nth-child(2),
.table_recap_global_notes_tp th:nth-child(2){
    border-right: 2px solid black;
    border-left: 2px solid black;    
}

.table_recap_global_notes_tp tbody tr:nth-child(1) {
    border-top: 2px solid black;
    border-bottom: 2px solid black;    
}
