/**
* Block Name: tabelle
*/

section.tabelle table.table td {
  vertical-align: middle;
  border-top: none;
  padding-top: 30px;
}

section.tabelle .table_card {
  background: #fff;
  display: block;
  border: none;
}

section.tabelle .table_card:nth-child(2n + 1) {
  background-color: #edf7f3;
}

@media (max-width: 992px) {
  section.tabelle .table_card {
    display: flex;
    flex-direction: column;
  }
}

section.tabelle .table_card:last-child {
  border-bottom: none;
}

section.tabelle .table_card_title {
  border-right: 4px solid #5fba94;
  min-width: 200px;
}

@media (max-width: 992px) {
  section.tabelle .table_card_title {
    border-right: none;
    min-width: none;
  }
}
