/* Small RTD theme tweaks for readability and page density. */

.wy-nav-content {
  max-width: 960px;
}

.wy-nav-content-wrap {
  background: #fcfcfc;
}

.rst-content code.literal {
  border-radius: 4px;
}

.rst-content pre {
  border-radius: 6px;
}

