1div#refnotes-config div#config__manager div.cleared {
2    background-color: #eee;
3    color: #bbb;
4    border: 1px solid #ccc;
5    font-size: 90%;
6    margin: 0;
7    padding: 0.5em;
8    text-align: center;
9}
10
11div#refnotes-config div#config__manager div.info {
12    border: 1px solid #aaf;
13}
14
15div#refnotes-config div#config__manager div.success {
16    border: 1px solid #9e9;
17}
18
19div#refnotes-config div#config__manager div.error {
20    border: 1px solid #faa;
21}
22
23div#refnotes-config div#config__manager td.list {
24    position: relative;
25    background-clip: padding-box;
26    width: 15em;
27}
28
29div#refnotes-config div#config__manager select.list {
30    position: absolute;
31    top: 0.5em;
32    bottom: 0.5em;
33    width: 15em;
34}
35
36div#refnotes-config div#config__manager td.lean-label {
37    padding: 0.6em 0 0.6em 1em;
38    vertical-align: top;
39}
40
41div#refnotes-config div#config__manager td.value {
42    padding: 0.5em 0.5em;
43    width: 20em;
44}
45
46div#refnotes-config div#config__manager td.value div.input {
47    width: auto;
48}
49
50div#refnotes-config div#config__manager td.value select {
51    width: 99%;
52}
53
54div#refnotes-config div#config__manager td.value input.edit {
55    width: auto;
56}
57
58div#refnotes-config div#config__manager td.value input.button {
59    background-color: #fff;
60    color: #000;
61}
62
63div#refnotes-config div#config__manager input.button[disabled],
64div#refnotes-config div#config__manager td.value input.button[disabled] {
65    color: #666;
66}
67
68div#refnotes-config div#config__manager td.value textarea {
69    width: 100%;
70    height: auto;
71    resize: vertical;
72    margin: 0;
73}
74
75div#refnotes-config div#config__manager div.list-controls {
76    text-align: left;
77    margin-bottom: 1em;
78}
79
80div#refnotes-config div#config__manager div.list-controls input.edit {
81    width: 14em;
82}
83
84div#refnotes-config div#config__manager td .input {
85    background-color: inherit;
86}
87
88div#refnotes-config div#config__manager td.default input,
89div#refnotes-config div#config__manager td.default textarea,
90div#refnotes-config div#config__manager td.default select {
91    background-color: #ccddff;
92    color: #000;
93}
94
95div#refnotes-config div#config__manager td.inherited input,
96div#refnotes-config div#config__manager td.inherited textarea,
97div#refnotes-config div#config__manager td.inherited select {
98    background-color: #ddeedd;
99    color: #000;
100}
101