table.semtable { border-collapse: collapse; }
table.semtable tr { border: none; }
table.semtable td:first-child {
    border-right: solid 2px;
}
table.semtable td:nth-child(2) {
    border-right: solid 2px;
}

