.images {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 0 0 35%;
  max-width: 35%;
}

.images img {
  height: 300px;
}

.text {
  position: relative;
  flex: 0 0 65%;
  max-width: 65%;
}

.text pre.prettyprint {
  height: 300px;
  overflow-y: scroll;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 15px;
}

.docs-playground {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 8px 8px;
}

.docs-playground a.btn.btn-kl {
  width: fit-content;
  font-family: 'Muli';
  color: white;
}

.docs-playground .typ {
  color: white;
}

.table-spaced ul {
  line-height: 25px;
}
