1#dw__toc { padding: 8px; width: 33%; }
2.page img { margin: 8px; }
3.section-title, #writtensidebar h1 { text-transform: uppercase; }
4#writtensidebar h1 { border: 0px !important; font-size: 25px !important; }
5/*body { background-color:#ECEBEB !important; }*/
6.page li, .page dd { display: block; margin: 0.85em 0px 0px 1em; }
7input, select, button { border-radius: 4px; }
8#dw__search input, #dw__search button { height: 20px; padding: 8px; margin-right: 8px; }
9#dw__search button { position: relative; top: 4px; }
10.reminder { vertical-align: top; }
11button { margin-right: 8px; margin-bottom: 8px; color: black !important; }
12.notify a:link, .notify a:visited { color: #747889; }
13
14footer a:link, footer a:visited {
15	background: #fff;
16	color: #85AD90;
17	padding: 0 5px;
18	margin-left: 4px;
19	border-radius: 4px;
20	font-size: 12px;
21	text-transform: uppercase;
22	font-weight: 600;
23	letter-spacing: 2px;
24}
25
26#writtensidebar li { /*display: block;*/ /*padding: 0px;*/ /*margin: 0px; */}
27#writtensidebar a:link, #writtensidebar a:visited { background-image: none; padding: 0px; }
28
29#writtensidebar div.level1 {
30	padding: 20px;
31	background-color: #FFF;
32	border-radius: 4px;
33	margin-bottom: 10px;
34}
35
36.breadcrumbs {
37	color: #A7A7A7;
38	font-size: 12px;
39	display: inline-block;
40	margin: 0 10px 10px 0;
41}
42
43footer {
44	color: #F7F7F7;
45}
46footer span, footer p, .doc, .license { margin: 1em 0px; }
47
48.notify {
49	/*background-color: #F7F7F7 !important;*/
50	border-radius: 4px !important;
51	padding: 8px !important;
52	padding-left: 32px !important;
53	margin-bottom: 8px !important;
54
55	background-color: #99DEAB !important;
56	color: white !important;
57	font-weight: bold !important;
58}
59
60.page h2, .page h3, .page h4, .page h5, .page h6, #writtensidebar h1 {
61	color: #99DEAB;
62	border-radius: 4px;
63	padding: 10px 0;
64	/*font-size: 25px;*/
65	font-weight: 700;
66
67	margin-bottom: 20px;
68	border-bottom: 1px solid #E2E2E2;
69	display: block;
70}
71
72.page h1 {
73	background: #99DEAB;
74	color: #fff;
75	border-radius: 4px;
76	display: table;
77	padding: 10px;
78	font-size: 25px;
79	font-weight: 700;
80}
81
82#config__manager .label { white-space: unset; font-size: unset; color: unset; display: block; }
83#config__manager td.label span.outkey { font-size: 85%; }