pre {
  background: #222;
  border-radius: 6px;
  box-shadow: 1px 1px 0 1px gainsboro;
}
div.document {
  margin: 20px auto 0 auto;
}
div.sphinxsidebar {
  background-color: #FBFAF0;
}
@media screen and (max-width: 940px) {
  div.sphinxsidebar {
    background-color: #333;
  }
}
div.sphinxsidebarwrapper p.logo {
  float: left;
  padding: 4px;
}
div.sphinxsidebarwrapper h1.logo {
  font-size: 180%;
  text-align: center;
  background-color: cornsilk;
  border-radius: 4px;
}
div.sphinxsidebar .badge {
  margin: 12px 0 -12px;
  height: 1.25em;
}
div.body h1 {
  font-size: 180%;
}
div.body h2 {
  font-size: 160%;
  border-radius: 8px;
  background-color: beige;
  padding: 4px 12px 6px 18px;
  border: 1px orange dotted;
}
div.body p {
  text-align: justify;
}
search + script + h3 { /* Remove "Navigation" */
  display: none;
}
table.docutils td:nth-child(2), table.docutils th:nth-child(2) {
  background-color: #F8F8F8;
}
