.content_card {
  border-radius: 0;
  padding: 1.5rem;
  border: none;
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.content_card .content_card__content {
  flex: 1;
}
.content_card *:last-child {
  margin-bottom: 0;
}
.content_card table tr td {
  padding: 10px;
}
.content_card table tr td:first-child {
  white-space: nowrap;
  font-weight: 600;
}
.content_card h1, .content_card h2, .content_card h3, .content_card h4, .content_card h5 {
  margin-top: 0;
}

/*# sourceMappingURL=content_card-style.css.map */
