1button { margin: 3px 6px; }
2#config__manager fieldset { background-color: none; }
3.secedit button { padding: 3px; }
4#dw__toc h3 { color: #333333; }
5/*td, th { border: 0px; }*/
6.notify {
7    border-top-left-radius: 20px 10px !important;
8    border-top-right-radius: 20px 10px !important;
9    background-color: #F4F2DC !important;
10    border: 0px !important;
11}
12
13#mediamanager__page .file { width: 100%; clear: both; }
14
15#mediamanager__page { min-width: 38em; }
16
17/*#writtensidebar li:first-child a { border-top: 2px dotted #60C2AD; }*/
18
19#writtensidebar ul { padding: 0px; }
20#writtensidebar li, #writtensidebar dd { margin: 0px; }
21.realsidebar h1 { margin-top: 1.35em; }
22
23/*#navcontainer #navlist li:first-child a { border-top: 2px dotted #60C2AD; }*/
24
25#writtensidebar  a:hover {
26	background-color: #FF4B33;
27	font-weight: bold;
28	/*padding-left: 16px;*/
29	color: white;
30}
31
32#writtensidebar a
33{
34display: block;
35padding: 16px 0px;
36background-image: none;
37/*background-color: #D4CC77;*/
38/*border-bottom: 2px dotted #60C2AD;*/
39}
40
41
42/* config manager */
43
44/*#config__manager fieldset { clear: both; }*/
45#config__manager table { min-width: 10%; width: 100%; }
46/*fieldset { word-wrap: anywhere; }*/
47#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
48#config__manager tr { padding: 1em 0px; }
49#config__manager td.label span.outkey { font-size: 1.15em !important; }
50#config__manager fieldset td.value { width: 50%; }
51#config__manager fieldset td.value { width: unset; }
52
53
54	/* make <select> not exceed it's parent div's width */
55    /* https://stackoverflow.com/q/44810056/337306 */
56    div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
57
58
59/*select { display: none; }*/
60/* defined in /lib/plugin/config.style.css */
61
62  #config__manager td .input,
63  #config__manager fieldset td.value,
64  input, textarea,
65  #config__manager td input.edit,
66  #config__manager td textarea.edit {
67    max-width: 100%;
68    width: auto;
69  }
70
71/*
72#config__manager td input.edit {
73    max-width: 14em;
74    width: unset;
75}
76#config__manager td .input {
77    min-width: 50%;
78    /*width: 90%;*/
79    /*width: unset;*/
80    /*width: max-content;*/
81    /*
82}
83#config__manager td select.edit { }
84#config__manager td textarea.edit {
85    width: 100%;
86    height: 4em;
87}
88*/
89