-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp1a.css
More file actions
51 lines (51 loc) · 728 Bytes
/
Copy pathp1a.css
File metadata and controls
51 lines (51 loc) · 728 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
table {
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
width: 620px;
border-collapse: collapse;
white-space: nowrap;
}
table, tr {
border: 1px solid white;
}
tr:nth-child(odd) {
background-color: #eeeff2;
}
tr:nth-child(even) {
background-color: #dfe1e7;
}
.col1 {
width: 80px;
margin: 1px 2px 1px 10px;
}
.col2 {
width: 50px;
margin: 1px 1px;
}
.col3 {
width: 30px;
margin: 1px 1px;
}
.col4 {
width: 40px;
text-align: center;
margin: 1px 1px;
}
.col5 {
width: 40px;
text-align: center;
margin: 1px 1px;
}
.col6 {
width: 40px;
text-align: center;
margin: 1px 1px;
}
th {
background-color: #687291;
text-align: left;
color: white;
}
.uniqueCell {
display: none;
}