/* Fix for: https://github.com/readthedocs/sphinx_rtd_theme/issues/301
/* Fix taken from: https://github.com/readthedocs/sphinx_rtd_theme/pull/383/ */
span.eqno {
  margin-left: 5px;
  float: right;
  /* position the number above the equation so that :hover is activated */
  z-index: 1;
  position: relative;
}

span.eqno .headerlink {
  display: none;
  visibility: hidden;
}

span.eqno:hover .headerlink {
  display: inline-block;
  visibility: visible;
}


.sig.sig-object.py dl{
    margin: 0 0 0 0;
}

.sig.sig-object.py * dd{
    margin: 0 0 0px 24px;
}

