@font-face {
  font-family: SAX2;
  src: local("SAX2"), url("https://cdn.jsdelivr.net/gh/abrudz/SAX2@master/SAX2.ttf") format("truetype");
}

pre.apl,
.apl pre,
.apl code,
pre.apl ~ .cell-output pre,
pre.apl ~ .cell-output code,
.aplnb_out {
  font-family: SAX2, monospace;
  line-height: 1.05;
}

.cell {
  margin-bottom: 1rem;
}

.cell > .sourceCode,
.cell-output > pre {
  margin-bottom: 0;
}

.cell-output > pre,
.cell-output > .sourceCode > pre {
  margin-left: 0.8rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cell-output > .sourceCode {
  border: none;
  background: none;
  margin-top: 0;
}
