table{border-collapse: collapse;}
table th{
    font-weight:normal;
    background:var(--frm-softest-grey)
}
table th, 
table td {
    padding:10px;
    border: 1px solid var(--engel-red);
    vertical-align: top;
    text-align: left;
}
table th{
    font-weight:bold;
}
table tr th:last-child, table tr td:last-child {
    border-right: none;
}
table tr th:first-child, table tr td:first-child {
    border-left: none;
}
table tr:first-child th, table tr:first-child td {
    border-top: none;
}
table tbody tr:last-child th, table tr:last-child td {
    border-bottom: none;
}
