// // Table // ——————————

.table {

dl {
  margin: 0;
  padding: 0;
}
tbody tr.sub-row td {
  border-top: none;
}

}