/* mainly for litedown::pkg_manual() */
.table-full, h3[id^="sec:arguments"] + table {
  width: 100%;
  td {
    vertical-align: baseline;
    & > p {
      &:first-child { margin-top: 0; }
      &:last-child { margin-bottom: 0; }
    }
  }
}
dt { font-weight: bold; }
.side .pkg-desc dd { margin: 0 0 .5em; }
code.fade::before {
  content: "🚫";
  float: right;
  font-size: 1.5em;
  line-height: 1;
}
@media only screen {
  body:not(.pagesjs) pre:not([class]) {
    max-height: 300px;
    overflow-y: auto;
  }
}
.orcid {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
