1
2/* ### ### ### */
3
4	/* Vars */
5	/* Display */
6	/* Flex */
7	/* Position */
8	/* Settings */
9	/* Font */
10	/* Text */
11	/* Color */
12	/* Box */
13	/* Size */
14
15#weltis__detail div.img_detail {
16	/* Display */
17	display: flex;
18	flex-flow: column;
19	align-items: center;
20	gap: 1rem;
21	/* Position */
22	float: none;
23	/* Text */
24	text-align: left;
25	/* Box */
26	margin-top: 1rem;
27}
28
29#weltis__detail div.img_detail dl {
30	/* Settings */
31	overflow: hidden;
32}
33
34#weltis__detail div.img_detail dl dt {
35	/* Position */
36	float: left;
37	/* Settings */
38	clear: left;
39	/* Text */
40	text-align: right;
41	/* Size */
42	width: 9rem;
43}
44
45#weltis__detail div.img_detail dl dd {
46	/* Box */
47	margin-left: 9.5rem;
48}
49