1h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
2    font-family: inherit;
3}
4
5.wy-nav-content a:visited {
6    color: #3091d1;
7}
8
9.wy-side-nav-search {
10    background-color: initial;
11}
12
13.wy-nav-side, .wy-nav-top {
14    background-color: #272525;
15}
16
17.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal {
18    color: #272525;
19}
20
21.wy-side-nav-search input[type="text"] {
22    border-color: transparent;
23}
24
25.wy-nav-content {
26    margin: initial;
27}
28
29.rst-content div[role=navigation], footer {
30   font-size: 0.85em;
31   color: #999;
32}
33
34.rst-content div[role=navigation] hr {
35    margin-top: 6px;
36}
37
38footer hr {
39    margin-bottom: 6px;
40}
41
42.rst-footer-buttons {
43    display: none;
44}
45
46table td, table th {
47    white-space: normal !important;
48    line-height: 20px;
49}
50