dl.py {
  margin-bottom: 24px;
}
dl.py dt:first-child {
  margin-top: 0px;
}
dl.py dt.sig {
  background-color: #F8F9FA!important;
  line-height: normal;
  position: relative;
  color: #252630;
  margin: 6px 0px 10px;
  border-top: 2px solid #2067FB;
  padding: 10px 12px;
  font-family: 'TimesNewRoman', 'SourceHanSansCN';
  font-weight: normal;
}

dl.py em.property {
  color: #008000;
  font-weight: bold;
}

dl.py span.sig-name {
  color: #2067FB;
  font-weight: bold;
}

dl.py em.sig-param {
  /* margin-left: 2rem; */
}

dl.py a,
dl.py a:hover {
  color: #2980b9;
  text-decoration: none;
}
/* dl.py a.headerlink {
  display: none;
} */

dl.function dt.sig {
  background-color: #F8F9FA!important;
  line-height: normal;
  position: relative;
  color: #252630;
  margin: 6px 0px 10px;
  border-top: none;
  border-left: 2px solid #2067FB;
  padding: 10px 12px;
  font-weight: normal;
}
.sig .sig-object .py .sig-paren,
.sig .sig-object .py .sig-param{
  font-weight: normal;
}
