1.page ul, .page ol { padding: 0 0 0 1.5em; }
2.page li, .page dd { margin: 0 0 0 1.5em;  }
3.notify { margin: 8px 0px !important; }
4.dw__toc { padding: 12px; }
5form.button { background-color: transparent; color: #3b3b3b;  }
6button { padding: 3px; margin: 3px; }
7.notify { border-radius: 0px !important; border-radius: 0px !important; }
8
9#writtensidebar h1 {
10	padding-bottom: 20px;
11	font-size: 1.8em;
12	color: #3D2729;
13
14	letter-spacing: 1px;
15}
16
17.dokuwiki ul.idx {
18	padding-left: 1.5em;
19}
20
21#dw__search button { display: none; }
22
23#qsearch__in {
24	width: 250px;
25	outline: none;
26	background: #F5F0E7;
27	border: 1px solid #D7D0C0;
28	padding: 10px;
29	border-radius: 8px;
30	text-transform: lowercase;
31	font-family: 'Open Sans',sans-serif;
32	color: #454545;
33}
34
35.page h1 {
36	min-height: 38px;
37	margin-bottom: 10px;
38	padding: 12px 0 0 0;
39	font-size: 32px;
40
41	color: #3D2729;
42	letter-spacing: 1px;
43}
44
45#footer p, #footer .doc:not(:empty), #footer .license {
46	margin: 0;
47	padding-top: 24px;
48	line-height: normal;
49	font-size: 12px;
50	letter-spacing: 2px;
51	text-transform: uppercase;
52	text-align: center;
53	color: #FFF;
54
55	width: 90%;
56	margin-left: auto;
57	margin-right: auto;
58}
59
60#mediamanager__page .file { width: 70%; clear: both; }
61
62
63
64/* config manager */
65
66/*#config__manager fieldset { clear: both; }*/
67#config__manager table { min-width: 10%; width: 100%; }
68/*fieldset { word-wrap: anywhere; }*/
69#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
70#config__manager tr { padding: 1em 0px; }
71#config__manager td.label span.outkey { font-size: 1.15em !important; }
72#config__manager fieldset td.value { width: 25%; }
73
74/*select { display: none; }*/
75/* defined in /lib/plugin/config.style.css */
76#config__manager td input.edit {
77    max-width: 14em;
78}
79#config__manager td .input {
80    min-width: 50%;
81    /*width: 90%;*/
82    width: unset;
83    /*width: max-content;*/
84}
85#config__manager td select.edit { }
86#config__manager td textarea.edit {
87    width: 100%;
88    height: 4em;
89}
90
91/* ------ */