1#dokuwiki__header h1 {
2    font-size: 1.6em;
3    color: gray;
4    font-weight: normal;
5    font-family: sans-serif;
6}
7#dokuwiki__header a, #dokuwiki__header a:visited {
8    color: inherit;
9}
10
11.tools ul, .tools ul ul {
12    margin: 0;
13    padding: 0;
14}
15
16.tools ul li, .tools ul ul li {
17    margin: 0;
18    padding: 0;
19    list-style-type: none;
20}
21
22.tools ul li form, .tools ul li form input {
23    margin: 0;
24    padding: 0;
25    display: inline;
26}
27
28#qsearch__in {
29    width: 100px; margin: 0; padding: 0; border: 1px dotted gray;
30    background-color: lightyellow;
31}
32.tools ul li form input.button {
33    width: 70px; margin: 0; padding: 0; border: 1px dotted gray;
34    font-family: sans-serif; font-size: 0.8em;
35}
36
37#dokuwiki__aside h1, #dokuwiki__aside h2, .tools h3, #dw__toc h3 {
38    font-size: 1em;
39    font-weight: normal;
40    font-family: sans-serif;
41    text-transform: uppercase;
42    color: gray;
43}
44#dw__toc h3 {
45    text-transform: inherit;
46}
47
48#dokuwiki__aside ul, #dokuwiki__aside ul ul {
49    margin: 0 0 1em 0; padding: 0;
50}
51
52#dokuwiki__aside ul li {
53    padding: 0.5em;
54    list-style-type: bullet;
55}
56
57