.table__cell--center-middle.radius_under_left {
    border-radius: 0 0 0 12px !important;
}

.table__cell--center-middle.radius_under_right.border_left {
    border-radius: 0 0 0 0px !important;
    border-left: none !important;
}

.table__cell--center-middle.radius_under_right2 {
    border-radius: 0 0 12px 0 !important;
}