I'm struggling to add space between the columns of my table, similar to having a gap between each underline. I've looked at some posts on this website, but haven't been able to solve it.
Here's the code I've attempted:
.rbcrosstab #CR > tbody > tr > td:nth-child(1) {
border-bottom: 4px solid #005691 !important;
height: 10px;
padding-top: 5px;
}
.rbcrosstab #CR > tbody > tr > td:nth-child(2) {
border-bottom: 4px solid #24A3CC !important;
height: 10px;
padding-top: 5px;
}
.rbcrosstab #CR > tbody > tr > td:nth-child(3) {
border-bottom: 4px solid #88BB6C !important;
height: 10px;
padding-top: 5px;
}