-
Notifications
You must be signed in to change notification settings - Fork 0
/
apd_style.css
58 lines (48 loc) · 1.03 KB
/
apd_style.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
table.simpleTable {
background-color: #FFFFFF;
color: #000000;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table.simpleTable td {
padding: 3px 2px;
}
table.simpleTable thead, table.simpleTable th {
border-bottom: 2px solid #000000;
font-weight: bold;
color: #000000;
height: 70px;
}
table.simpleTable tr:nth-child(even){
background: #EEEEEE;
}
table.assumptionTable {
background-color: #FFFFFF;
width: 95%;
max-width: 1200px;
margin: 0 auto;
text-align: left;
border-collapse: collapse;
}
td.RAGgreen {
color: #006400;
font-weight: bold;
}
td.RAGred {
color: #8b0000;
font-weight: bold;
}
td.RAGamber {
color: #a86501;
font-weight:bold;
}
table.assumptionTable th, table.assumptionTable td {
padding: 8px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
table.assumptionTable tr:nth-child(even){
background: #EEEEEE;
}