1.tocmovedtocolumn{
2	float: none !important;
3	background-color: transparent !important;
4	margin: 0px !important;
5	text-align: right !important;
6}
7
8.tocmovedtocolumn ul {
9	padding-left: 8px !important;
10	margin-left: 0.35em !important;
11	/*background-color: orange !important;*/
12	/*border: 3px ridge black;*/ /*debug*/
13	border-left: 1px solid black;
14
15	text-align: left !important;
16
17}
18
19#config__manager td.label {
20	padding: 0px 0 .6em 1em;
21}
22
23textarea { font-family: 'Courier New', 'Courier', monospace; }
24#config__manager td.label span.outkey { font-size: 1em; margin-top: 0.0em; margin-bottom: 0.35em; }
25ul ul { margin-left: 0.85em; }
26#dw__toc { background-color: #f7f7f7; border-color: #cccccc; }
27.breadcrumbs { margin: 1em 0px; }
28button { margin: 8px 3px; }
29.page li, .page dd { margin: 0px 0em 0.35em 1em; }
30#mediamanager__page .file { width: 90%; clear: both; }
31.notify {
32	margin: 1em 0px !important;
33	border-radius: 0px !important;
34	background-color: #f7f7f7 !important;
35	/*border: 0px !important;*/
36	border-color: #cccccc !important;
37}
38#dw__search button { margin: 0.85em 0px; }
39.notify:last-of-type {
40	/*background-color: orange !important; */
41	margin-bottom: 2.15em !important;
42}
43#writtensidebar a { background-image: none; padding: 0px; }
44
45h1, h2, h3, h4, h5 ,h6 {
46	line-height: 22px;
47	/*text-transform: uppercase;*/
48	letter-spacing: 1px;
49}
50
51#writtensidebar ul li a:link, #writtensidebar ul li a:visited {
52margin:0;
53padding:0;
54font-size:11px;
55border-bottom:1px dotted #FFF;
56text-transform:uppercase;
57letter-spacing:1px;
58}
59
60#writtensidebar h1 {
61	margin: 0 0px 0px 20px;
62	text-align: center;
63	font-size: 12px;
64	text-transform: uppercase;
65	letter-spacing: 1px;
66	display: block;
67	color: #A00;
68	background-color: #fff;
69	position: relative;
70	border-bottom: 1px dotted #A00;
71}
72
73  td.label { word-wrap: anywhere; min-width: 10em; }
74
75  /* config manager */
76
77  #config__manager td .input,
78  #config__manager fieldset td.value,
79  input, textarea,
80  #config__manager td input.edit,
81  #config__manager td textarea.edit {
82    max-width: 100%;
83    width: auto;
84  }
85
86
87     /* make <select> not exceed it's parent div's width */
88    /* https://stackoverflow.com/q/44810056/337306 */
89    div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
90
91
92
93/* ------- */
94