.kuerzungen-table-wrap {
  max-height: 720px;
  overflow: auto;
  border: 1px solid #d30227;
  border-radius: 10px;
  background: #fff;
}

.liste-kuerzungen {
  margin-bottom: 0;
  font-size: .95rem;
}

.liste-kuerzungen thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #d30227;
  color: #fff;
  vertical-align: bottom;
  font-weight: 700;
  border-bottom: 0;
  white-space: nowrap;
}

.liste-kuerzungen thead small {
  display: block;
  color: rgba(255,255,255,.85);
  font-weight: 400;
  margin-top: .15rem;
}

.liste-kuerzungen tbody td {
  border-color: #eee;
  vertical-align: top;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.liste-kuerzungen tbody tr.meldung-row:hover {
  background: #fff7f7;
}

.col-gebiet {
  min-width: 220px;
}

.kuerzung-cell {
  line-height: 1.25;
  min-width: 150px;
}

.kuerzung-prozent {
  font-weight: 700;
  color: #222;
}

.kuerzung-betrag {
  margin-top: .25rem;
  color: #666;
  font-size: .9rem;
}

.kuerzung-exakt {
  color: #198754;
  font-size: .85rem;
  margin-top: .15rem;
}

.kuerzung-pflege .kuerzung-betrag {
  color: #d30227;
  font-weight: 700;
}

.details-toggle {
  color: #d30227;
  text-decoration: none;
  font-weight: 600;
}

.details-toggle:hover {
  color: #a0001c;
  text-decoration: underline;
}

.detail-box {
  background: #fff8f8;
  border-top: 1px solid #f0cccc;
  border-bottom: 1px solid #f0cccc;
  padding: 1rem 1.25rem;
}

.liste-kuerzungen td, .liste-kuerzungen th {
  text-align: left;
}

@media (max-width: 768px) {
  .kuerzungen-table-wrap {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .liste-kuerzungen {
    font-size: .88rem;
  }
}

