
/*add a line that separates classes and functions.*/

dl.py.class::after {
  content: "";
  display: block;
  height: 2px;
  border-width: 0;
  background-color: #a6a6a6;
  margin: 50px 0;
}

dl.py.function::after {
  content: "";
  display: block;
  height: 2px;
  border-width: 0;
  background-color: #a6a6a6;
  margin: 50px 0;
}