-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
76 lines (70 loc) · 983 Bytes
/
styles.css
File metadata and controls
76 lines (70 loc) · 983 Bytes
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
65
66
67
68
69
70
71
72
73
74
75
76
@page {
size: A4;
margin: 0;
}
body {
background-color: white;
}
.main{
padding-left: 70px;
}
h1 {
font-family: sans-serif;
font-size: 24pt;
line-height: 1em;
}
h2 {
font-family: sans-serif;
font-size: 20pt;
}
h3 {
font-family: sans-serif;
font-size: 14pt;
}
table {
font-family: monospace;
font-size: 12pt;
}
td.left {
text-align: right;
padding-right: 10px;
}
td.right {
text-align: left;
padding-right: 30px;
}
.column {
float: left;
width: 350px;
padding-bottom: 20px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
img.map{
padding-left: 17px;
width: 750px;
}
img.pga_dist{
width: 715px;
}
img.logo{
padding-right: 20px;
width: 80px;
vertical-align: middle;
}
.footer{
padding-top: 30px;
padding-left: 70px;
height: 60px;
}
.footer_text{
display: inline-block;
font-family: sans-serif;
font-size: 10pt;
vertical-align: middle;
padding-left: 10px;
}