/* Small readability tweaks on top of sphinx_rtd_theme. */

/* The reference chapter is mostly wide tables; let them use the full column. */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal;
}

/* Give the content column a bit more room than the theme's 800px default. */
.wy-nav-content {
    max-width: 1000px;
}

/* The manual uses blockquotes for warnings; make them read as callouts. */
blockquote {
    border-left: 4px solid #f0b37e;
    background: #fff8f0;
    margin-left: 0;
    padding: 0.6em 1em;
}
