.rst-content dl:not(.docutils) dt:first-child {
    margin-top: 0;
}
.rst-content dl:not(.docutils) dt {
    display: table;
    margin: 6px 0;
    font-size: 90%;
    line-height: normal;
    background: #e7f2fa;
    color: #2980B9;
    border-top: solid 3px #6ab0de;
    padding: 6px;
    position: relative;
}

#rtd-footer-container {
	display: none;
}


.reference.external::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}


/* Add an accordion-like details section */
bd-content details > * {
    padding: 8pt;
    margin: 0;
//    border: thin solid #ccc;
}
bd-content details[open] > * {
	//background-color: #eee;
}


bd-content details summary {
	font-weight: bold;
}

bd-content details > p {
	padding: 0 0 12pt 25pt;
}

bd-content details:first-of-type summary {
    border-radius: 10pt 10pt 0 0;
}

bd-content details:last-of-type:not([open]) summary {
    border-radius: 0 0 10pt 10pt;
}

bd-content details:last-of-type p {
    border-radius: 0 0 10pt 10pt;    
}


bd-content details[open] summary::before{
  content: "\00D7";
  margin-right: 1ex;
}

bd-content details:not([open]) summary::before{
  content: "\002B ";
  margin-right: 1ex;
}


bd-content summary::marker{
  content: "";
}
