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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#content{
width:90%;
margin:5%;
}
#content table{
width:100%;
}
#info-ico{
float:right;
}
.column{
width:55%;
}
#f{
margin-top:-20px;
}
.img{
margin-left:30px;
}
.spacer{
margin-bottom:30px;
}
.lspacer{
margin-bottom:12px;
}
h1{
font-size:20px;
color:rgb(30,50,230);
}
p.small{
margin-top:-8px;
font-size:10px;
font-weight:bold;
}