@charset "UTF-8";
/* LEGACY CODE */
code {
  display: table !important;
  font-family: monospace;
  border-collapse: collapse;
  border: none;
}

loc {
  display: table-row !important;
  border: none;
}

loc-num {
  display: table-cell !important;
  border: none;
  color: #0033B3;
}

loc-line {
  display: table-cell !important;
  border: none;
}

tab {
  display: inline-block;
}

tab::before {
  content: "    ";
}

/* LEGACY CODE END */
codeblock {
  white-space: pre-wrap;
  font-family: monospace;
}

codeblock:before {
  counter-reset: listing;
}

codeblock line {
  counter-increment: listing;
}

codeblock line:before {
  content: counter(listing) " ";
  display: inline-block;
  width: 2em;
  padding-left: auto;
  margin-left: auto;
  text-align: right;
}

line {
  display: inline;
}

k {
  display: inline-block;
  color: #0033B3;
}

b {
  color: rgb(47, 84, 150);
}

/*# sourceMappingURL=export-extensions.css.map */
