-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.css
More file actions
64 lines (60 loc) · 1.08 KB
/
Copy pathhelp.css
File metadata and controls
64 lines (60 loc) · 1.08 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
59
60
61
62
63
64
h1 {
text-align: center;
padding: 2rem;
}
.tg {
border-collapse: collapse;
border-spacing: 0;
}
.tg td {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg th {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg .tg-mk1c {
background-color: #ffffff;
border-color: #656565;
color: #333333;
text-align: left;
vertical-align: top;
}
.tg .tg-u3kx {
background-color: #ffffff;
border-color: #656565;
color: #333333;
font-weight: bold;
text-align: left;
vertical-align: top;
}
#return {
font-weight: bold;
}
#returnToTop {
margin-bottom: 2rem;
font-weight: bold;
}
button {
font-weight: 600 !important;
}
.main {
padding: 1rem 3rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}