#te-pruce {
    display: block;
}

table > * > :is(td, th),
table > * > * > :is(td, th) {
    border: 1px solid;
}

table > * > :is(td:empty, th:empty),
table > * > * > :is(td:empty, th:empty) {
    background-color: #DDD;
}

table {
    border-collapse: collapse;
}

.rafste > * > td::before,
.rafste > * > * > td::before {
    content: "-" attr(data-rafsi) "-";
    font-style: italic;
    display: block;

}