.data_table_with_couple * {
    box-sizing: border-box;
}
.data_table_with_couple th, .data_table_with_couple td {
    padding: 6px 5px;
    vertical-align: top;
}
.data_table_with_couple tbody {
    display: flex;
    flex-direction: column;
}
.data_table_with_couple tr {
    display: flex;
    min-width: 100%;
    width: 100%;
}
.data_table_with_couple tr:nth-child(odd) {
    background-color: #810002;
}
.data_table_with_couple td {
    width: 33%;
    flex: 1 1 33%;
    text-align: center;
}
.data_table_with_couple th.ow_section {
    width: 33%;
    flex: 1 1 33%;
    text-align: center;
    margin: 24px 0 16px;
}
.data_table_with_couple td.ow_label {
    text-align: start;
}

/**/
.ow_table_3 td.ow_label {
    width: 48% !important;
}
th.ow_section {
    padding: 24px 0 16px;
}
/**/