1.page li { display: block; margin: 0.85em 0px 0px 1.5em; }
2.page { line-height: 1.35em; }
3.claim { margin-top: 0.35em; }
4th { color: #cccccc; }
5th:hover { color: #3c3c3c; }
6
7ul.inlinemenu {
8	margin-left: 64px;
9	padding: 0px;
10	padding-bottom: 8px;
11	border-bottom: 3px solid black; display: inline-block;
12}
13.inlinemenu li { display: inline; }
14.inlinemenu li:first-of-type { margin-left: 0px; }
15
16/* https://stackoverflow.com/q/26160839/337306 */
17#itemshere { padding-left: 64px; width: 80%; display: flex;/* flex-direction: column; *//*flex-flow: row wrap;*/ }
18div.breadcrumbs, .claim { margin-left: 64px;}
19a.breadcrumbs { margin-right: 16px; }
20.notice {
21	width: 33%;
22	margin-left: auto !important; margin-right: auto !important;
23	margin-top: 1em !important;
24	margin-bottom: 1.85em !important;
25}
26#sidebarhere { width: __sidebar_width__ !important;}
27#dokuwiki__content { width: 100% !important; }
28button { padding: 0.35em; margin: 0.35em 0.15em;}
29
30#itemshere div.statcol {
31	height: unset;
32	padding: 0px 1.85em;
33	box-sizing: border-box;
34}
35
36.noticearea {
37	width: 75%;
38	margin-left: auto; margin-right: auto;
39	margin-top: 1.85em; margin-bottom: 1.85em;
40}
41.notify {
42	text-align: center;
43	color: #3C3C3C !important;
44	font-weight: bold;
45	margin-top: 32px;
46	clear: both;
47	width: 97%;
48	padding: 8px !important;
49	margin-bottom: 12px !important;
50
51	border: 0px !important;
52	border-radius: 0px !important;
53}
54.notify{ background-color: #BABABA !important; border-top: solid #3C3C3C 8px !important; }
55
56
57/* config manager */
58
59/*#config__manager fieldset { clear: both; }*/
60#config__manager table { min-width: 10%; width: 100%; }
61/*fieldset { word-wrap: anywhere; }*/
62#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
63#config__manager tr { padding: 1em 0px; }
64#config__manager td.label span.outkey { font-size: 1.15em !important; }
65#config__manager fieldset td.value { width: 25%; }
66
67/*select { display: none; }*/
68/* defined in /lib/plugin/config.style.css */
69#config__manager td input.edit {
70    max-width: 14em;
71}
72#config__manager td .input {
73    min-width: 50%;
74    /*width: 90%;*/
75    width: unset;
76    /*width: max-content;*/
77}
78#config__manager td select.edit { }
79#config__manager td textarea.edit {
80    width: 100%;
81    height: 4em;
82}
83
84/* ------ */