

.org-chart-iframe {
  margin-top: var(--line-height-em);
  /* width: 100%; */
  height: 500px;
}

.org-chart-link {
  display: block;
  margin-bottom: calc(2*var(--line-height-em));
}

.org-chart-link:hover {
  opacity: .7;
}

