/* downloads.css */

/* Space between sections */
.downloads-section {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.downloads-section:last-child {
  border-bottom: none;
}

/* Buttons consistent with Beratungskonzept page */
.btn.mehr-btn {
  margin: 0.5rem;
}

/* Make the centered container fit nicely */
._centered_content_container {
  width: 80%;
  margin: 0 auto;
}
