1div#setctoc_out {
2   max-height:400px;
3    overflow:auto;
4    font-size: 9.5pt;
5}
6
7#tocseltoggle{
8    float:left;
9    padding-right:4px;
10}
11
12span.tocsel_title{
13    font-size: 10pt;
14    font-weight:bold;
15}
16
17.ihidden {
18  list-style-type: none;
19}
20
21.dokuwiki .tocsel_right {
22    width:16em;
23    float: right;
24    margin-left: 1em;
25}
26#selectoc_id {
27    width:10em;
28    font-size: 9.5pt;
29}
30#selectoc_btn {
31   font-size: 8.5pt;
32}
33.clickerdir, .clicker {
34      cursor: pointer;
35      color:__link__;
36}
37.clickerfile {
38      cursor: pointer;
39      color:__existing__;
40}
41.hx1_5 {
42    line-height: 1.5%
43}
44.tocselb {
45    font-weight:bold;
46}
47span.ten__ptb {
48    font-weight:bold;
49    font-size:10pt;
50}
51
52li.tocsel_up {
53    list-style-type:none;
54   padding: 4px;
55    margin: 0;
56}