-
Notifications
You must be signed in to change notification settings - Fork 0
/
CCAR_analytics.css
100 lines (84 loc) · 1.95 KB
/
CCAR_analytics.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#full_body {
margin: auto 10px;
width: auto;
height: 2000px;
background-color: rgb(201, 202, 201);
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid rgb(1, 12, 0);
margin: 1em 0;
padding: 0;
}
p {
text-align: center;
color: rgb(110, 110, 110);
}
option {
background-color: #82caff;
font-family: Arial, Helvetica, sans-serif;
}
.text_dd_1{
color: rgb(2, 1, 1);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.text_dd_2{
color: rgb(2, 1, 1);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.d3-tip {
line-height: 1;
padding: 12px;
background: rgba(43,43,43, 0.8);
color: #fff;
border-radius: 2px;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 150%;
}
.banks_dropdown {
position: relative;
width: 20em;
height: 2em;
line-height: 3;
background: rgb(5, 75, 35);
overflow: hidden;
border-radius: .25em;
color: rgb(255, 255, 255);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.prod_dropdown {
position: relative;
width: 15em;
height: 2em;
line-height: 3;
background: rgb(5, 75, 35);
overflow: hidden;
border-radius: .25em;
color: rgb(255, 255, 255);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.comment1{
font-family: Helvetica, Arial, sans-serif;
color: rgb(5, 75, 35);
font-size: 14px;
font-weight: bold;
}
.comment2{
font-family: Helvetica, Arial, sans-serif;
color: black;
font-size: 12px;
}
#h_tooltip, #e1_tooltip, #e2_tooltip, #e3_tooltip, #r1_tooltip, #r2_tooltip, #p1_tooltip, #p2_tooltip{
line-height: 1;
fill: rgb(26, 4, 51);
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
}