-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (50 loc) · 1.11 KB
/
style.css
File metadata and controls
58 lines (50 loc) · 1.11 KB
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
table {
border: 1px solid #b3adad;
border-collapse: collapse;
padding: 10px;
width: 100%;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}
table th {
border: 1px solid #b3adad;
padding: 10px;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}
table td {
border: 1px solid #b3adad;
text-align: center;
padding: 10px;
background: #ffffff;
color: #313030;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.report-title {
color: rgb(255, 20, 20);
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-size: 20px;
text-align: center;
}
.td-left-top {
width: 33%;
text-align: left;
vertical-align: top;
}
.td-left-top-width-100 {
text-align: left;
vertical-align: top;
width: 100%;
}
.list {
list-style-position: outside;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #f5f5f5;
color: #313030;
text-align: left;
padding: 10px;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}