1.notify, .breadcrumbs {
2	margin: 1em 1em !important; margin-left: auto; margin-right: auto;
3	/*background-color: #50504F !important;*/
4	/*background-color: #282828 !important;*/
5	background-color: #222222 !important;
6	color: #c0c0c0 !important;
7	border: 1px solid __border__ !important;
8	border-radius: 0px !important;
9}
10.breadcrumbs { padding: 8px; }
11.bcsep { display: none; }
12/*bdi { margin-top: 3px; }*/
13a.breadcrumbs { border: 0px !important; }
14
15.header { height: unset; }
16.header p { margin: 0px; }
17.headerpadding { margin-bottom: 16px; }
18td, th { border: 1px solid __border__; }
19.headercontainer { position: unset; } .container { top: 0px; }
20
21#dw__toc { padding: 8px; }
22.claim { font-size: 0.65em; }
23#dw__search, .doc, .license{ margin: 1em 0px; display: block; }
24#dw__search button { margin-top: 0.35em; }
25#navcontainer li { margin: 0px; }
26button { margin: 8px 8px 8px 0px; }
27.btn_secedit button { float: right; }
28.page li, .page dd { display: block; margin: 0.85em 0 0 1.5em; }
29/*.middle { width: 750px; }*/
30.footer { margin-top: 24px; }
31.toolbutton { background-color: #fcfcfc; }
32button img { padding: 3px; }
33
34#writtensidebar .level1 { padding: 12px; }
35
36#writtensidebar {
37	background-color: #c3cdcd;
38	border-top-width: 0;
39	border-bottom-width: 1px;
40	border-left-width: 1px;
41	border-right-width: 1px;
42	border-style: solid;
43	border-color: __border__;
44	/*padding: 12px;*/
45	margin-bottom: 40px;
46}
47
48#writtensidebar h1 {
49	background-color: #021717;
50	border-style: solid;
51	border-width: 1px;
52	border-color: __border__;
53	color: white;
54	padding: 12px;
55	text-align: center;
56
57	font-size: 12px;
58	font-weight: normal;
59}
60
61#writtensidebar ul { padding: 0px; }
62
63#writtensidebar li:first-child a {
64	border-top: 2px groove #021717;
65}
66
67#writtensidebar a
68{
69display: block;
70padding: 16px;
71/*background-color: #D4CC77;*/
72border-bottom: 2px groove #021717;
73font-style: italic;
74}
75
76#writtensidebar a:link, #writtensidebar a:visited
77{
78color: #2a2a2a;
79text-decoration: none;
80background-image: none;
81}
82
83#writtensidebar a:hover
84{
85background-color: #141414;
86font-weight: bold;
87padding-left: 16px;
88color: white;
89}
90
91
92
93/* config manager */
94
95/*#config__manager fieldset { clear: both; }*/
96#config__manager table { min-width: 10%; width: 100%; }
97/*fieldset { word-wrap: anywhere; }*/
98#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
99#config__manager tr { padding: 1em 0px; }
100#config__manager td.label span.outkey { font-size: 1.15em !important; }
101#config__manager fieldset td.value { width: 25%; }
102
103/*select { display: none; }*/
104/* defined in /lib/plugin/config.style.css */
105#config__manager td input.edit {
106    max-width: 14em;
107}
108#config__manager td .input {
109    min-width: 50%;
110    /*width: 90%;*/
111    width: unset;
112    /*width: max-content;*/
113}
114#config__manager td select.edit { }
115#config__manager td textarea.edit {
116    width: 100%;
117    height: 4em;
118}
119
120/* ------ */