.acf-fc-abgaben.acf-fc-abgaben-list .abgaben-detail {
  margin: 50px 0;
}
.acf-fc-abgaben.acf-fc-abgaben-list .abgaben-detail:first-child {
  margin-top: 0;
}
.acf-fc-abgaben .abgaben-detail .title {
  margin-top: 0;
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table {
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead {
  background: linear-gradient(to right,rgba(5,122,21,0.1),rgba(5,122,21,0.05));
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .title {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .description {
  font-size: 0.9em;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  color: #666;
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .description p,
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .description ul,
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .description ol,
.acf-fc-abgaben .abgaben-detail .abgaben-block table thead .description li {
  margin: 0;
}
.acf-fc-abgaben .abgaben-detail .abgaben-block table .value {
  width: 1%;
  max-width: 50%;
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
}
