/* sphinx_rtd_theme forces nowrap in table cells, which cuts off the key and option tables. */
.wy-table-responsive table td,
.wy-table-responsive table th {
  white-space: normal;
}
