.table > thead:first-child > tr:first-child > td {
    border-right: 1px dashed #FFFFFF;
}

.table > thead:first-child > tr:first-child > td:last-child {
    border-right: none;
}