/* Indentation. */
div.doc-contents:not(.first) {
  padding-left: 25px;
  border-left: .05rem solid var(--md-typeset-table-color);
}

/* Normal size fonts on parameter tables */
.md-typeset div.doc-contents table {
  font-size: 1em;
  width: 100%;
  display: table;
}

/* Mark external links as such. */
a.autorefs-external::after {
  /* https://primer.style/octicons/arrow-up-right-24 */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(0, 0, 0)" d="M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z"></path></svg>');
  content: ' ';

  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
  margin-left: 0.2em;
  margin-right: 0.1em;

  height: 0.7em;
  width: 0.7em;
  border-radius: 100%;
  background-color: var(--md-typeset-a-color);
}
a.autorefs-external:hover::after {
  background-color: var(--md-accent-fg-color);
}
span.doc-param-annotation:first-child{
  border-top: 1px solid var(--md-typeset-table-color);
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: -5px;
}
span.doc-param-annotation {
  font-size: 0.8em;
  display: block;
}
span.doc-param-default {
  font-size: 0.8em;
  float: unset;
}
.doc-label { border-radius: 15px; padding: 0 5px; }
.doc-label code { background-color: transparent; color: white;}
.doc-label-special { background-color: blue; color: white; }
.doc-label-private { background-color: red; color: white; }
.doc-label-property { background-color: green; color: white; }
.doc-label-read-only { background-color: yellow; color: black; }
