/* Sphinx RTD theme's default content column is narrow (~800px); widen it
   slightly for the config/env-var tables, which wrap awkwardly otherwise. */
.wy-nav-content {
  max-width: 1100px;
}
