/* Add a left and right margin to parens in function signatures */
.rst-content dl .sig-paren {
  margin: 0 0.15em;
}

@media screen and (min-width : 640px) {
  .wy-table-responsive table th,
  .wy-table-responsive table td {
    white-space: normal;
  }
}
