-
Notifications
You must be signed in to change notification settings - Fork 6
/
style.css
64 lines (64 loc) · 1.09 KB
/
style.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
html{
height:100%;
}
body {
margin:10px ;
padding: 0;
font: 13px "Trebuchet MS", sans-serif , "Lucida Console" ;
text-align:left;
height:100%;
}
table{
color: #000000 ; /* Necessary for IE */
border-collapse:collapse;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}
td{
padding: 1px 3px 1px 3px;
text-align:right;
}
#tby1{
font-weight:bold;
text-align:left;
padding-left:10px;
}
#fh{
font-weight:bold;
text-align:center;
border-bottom:1px solid #000000;
border-right:8px solid #FFFFFF;
border-left:8px solid #FFFFFF;
}
#fht, #lh, #lhfcol{
font-weight:bold;
text-align:center;
border-bottom:1px solid #000000;
}
#tby2{
text-align:left;
padding-left:20px;
text-decoration:underline;
}
#fcol, #lhfcol{
text-align:left;
padding-right:10px;
font-style:italic;
}
#xabove{
text-align:left;
font-weight:bold;
font-style:italic;
}
th{
text-align:right;
padding: 1px 6px 1px 6px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}
#grps{height:7px}
.img-resp{
max-width: 100%;
height: auto;
max-height: 80vh;
}