-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
60 lines (49 loc) · 815 Bytes
/
main.css
File metadata and controls
60 lines (49 loc) · 815 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
body {
margin: 0;
line-height: normal;
font-family: proxima-nova;
}
h1 {
margin-top: 20px;
text-align: center;
font-weight: 300;
padding-bottom: 8px;
}
logo {
margin-bottom: 20px;
}
thead, th {
width: 10%;
}
th, td {
padding: 8px;
font-weight: normal;
text-align: left;
}
.header, .signature {
text-align: right;
}
.notice {
font-size: 16pt;
font-family: proxima-nova;
border-style: solid;
padding-left: 10px;
padding-right: 10px;
text-transfom: uppercase;
}
.declarations th {
font-weight: bold;
}
.certificate li {
margin: 14px 0;
}
ol.lower-roman li {
list-style-type: lower-roman;
margin: 0;
}
.registry_list ul {
font-weight: 300;
font-size: 18px;
list-style-type: none;
line-height: 2;
}