
ul.default {
  list-style: outside disc;
}

table.api-reference {
  width:80%;
  border: 1px solid black;
  border-collapse:collapse;
}

table.api-reference th{
  border: 1px solid black;
  background-color: rgb(156,150,160);
  color:white;
  padding-left:5px;
}

table.api-reference td{
  border: 1px solid dimgray;
  vertical-align: middle;
  padding-left:5px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}


.py-code {
  background-color: rgb(242, 247, 197);
  color:black;
  margin-bottom:20px;
}