/* Smaller code text in all code blocks */
.rst-content .highlight pre,
.rst-content pre.literal-block {
  font-size: 0.65rem;
  line-height: 1.2;
}

/* Make code blocks narrower instead of full-width */
.rst-content .highlight {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Source-code pages generated by viewcode */
.viewcode-block {
  font-size: 0.65rem;
  line-height: 1.2;
}