
.display_table .row:not(:first-child) {
  border-top: 0.1em solid #bebebe;
}

.trix-button-group.trix-button-group--file-tools {
  display:none;
}

.display_table H1 {
  font-size: 180%;
}

.trix-editor H1 {
  font-size: 180%;
}

.attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"] {
  display: block;
}

nav .profile-photo img {
  max-height: 7em;
  max-width: 1.8em;
}

.note {
  font-style: italic;
  font-size: 90%;
}

.podcasts .images .card {
  width: 18rem;
}

.podcasts .image-square {
  width: 6em;
  height: 6em;
}

.podcasts .image-landscape {
  width: calc(6em / 9.0 * 16.0);
  height: 6em;
}

.podcasts .image-portrait {
  width: 6em;
  height: calc(6em * 16.0 / 9.0);
}

.image-cover {
  width: 6em;
  height: 6em;
}

.edit-link {
  display: inline;
}
