1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
+
+
+
+
+
+
+
+
+
+
|
/* CSS */
#grouptitle {
font-size: 16px;
font-weight: bold;
color: hsl(0, 50%, 50%);
}
.option {
font-size: 16px;
font-weight: bold;
color: hsl(210, 50%, 50%);
}
.suboption {
margin-left: 30px;
font-size: 16px;
font-weight: bold;
color: hsl(210, 50%, 50%);
}
.suboption2 {
margin-left: 30px;
}
description {
width: 340px;
}
.dicdescr {
margin-left: 27px;
|