-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover_page.css
63 lines (52 loc) · 897 Bytes
/
cover_page.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
body {
font-family: sans-serif;
font-style: normal;
font-weight: normal;
}
.root {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.preface {
margin-bottom: 50px;
width: 650px;
margin-left: auto;
margin-right: auto;
}
.entries-table {
border-spacing: 0;
border: 1px solid black;
margin-left: auto;
margin-right: auto;
}
.entries-table td,
.entries-table th {
border: 1px solid black;
padding: 5px;
}
.entries-table th {
font-weight: 600;
text-align: left;
padding-right: 15px;
}
.entries-table td.total-label {
text-align: right;
}
.entries-table td.total-amt {
font-weight: bold;
}
.entries-table td.amt {
text-align: right;
}
.entries-table tr.entry-row td.date {
padding-right: 20px;
}
.entries-table tr.entry-row td.merchant {
min-width: 450px;
padding-right: 30px;
}
span.vendor-name {
color: grey;
}