table tr td {
position:relative;
}
.accoladeDH, .accoladeDB {
display:block;
position:absolute;
width:4px;
height:calc(50% - 9px);
}
.accoladeDH {
top:1px;
right:-4px;
border-left:solid;
border-top-left-radius:8px;
}
.accoladeDB {
bottom:1px;
right:-4px;
border-left:solid;
border-bottom-left-radius:8px;
}
.accoladeDH:after, .accoladeDB:before {
content:'';
display:block;
position:absolute;
width:4px;
height:8px;
}
.accoladeDH:after {
bottom:-8px;
right:4px;
border-right:solid;
border-bottom-right-radius:8px;
}
.accoladeDB:before {
top:-8px;
right:4px;
border-right:solid;
border-top-right-radius:8px;
}