aside.sidebar {
  border-color: lightsteelblue;
  border-radius: 3pt;
}

p.sidebar-title, .sidebar p {
  margin: 6pt;
}

.sidebar li,
.hlist li {
  list-style-type: disclosure-closed;
}

.sphinxsidebar .current > a {
  font-weight: bold;
}

/* admonitions with (rendered) reST markup examples (:class: rst-example)
 *
 * .. admonition:: title of the example
 *     :class: rst-example
 *     ....
*/

div.rst-example {
  font-family: Sans Serif;
  font-style: italic;
  font-size: inherit;
  margin-left: 1em;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-radius: none;
  padding: 0;
}

div.rst-example > p.admonition-title {
  font-family: Sans Serif;
  font-style: italic;
  font-size: inherit;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  text-align: right;
}

/* Table theme
*/

tr>th:hover, tr>td:hover {
  background-color: #aa4;
  color: black;
}


div.sphinx-tabs {
    clear: both;
}
