1body {
2    font-family: Helvetica, sans-serif;
3}
4
5.page_title {
6    font: 18pt Georgia, serif;
7    color: darkred;
8}
9
10.section_title {
11    font: 14pt Georgia, serif;
12    color: darkred;
13}
14
15.report_timestamp {
16    color: darkred;
17    font-weight: bold;
18}
19
20.function_src {
21    text-align: left;
22    background: white;
23}
24
25.resume_table {
26}
27
28.resume_header_entry {
29    color: black;
30}
31
32.resume_number_entry {
33    color: darkred;
34    font-weight: bold;
35    text-align: right;
36}
37
38.ranges_table {
39    border-spacing: 0px;
40    border-bottom: solid 2px black;
41    border-top: solid 2px black;
42    border-left: solid 2px black;
43    border-right: solid 2px black;
44}
45
46.ranges_header_entry {
47    padding: 5px;
48    border-bottom: solid 1px black;
49    font-size: 1em;
50    font-weight: bold;
51    color: darkred;
52    text-align: left;
53}
54
55.ranges_entry {
56}
57
58.ranges_entry_simple {
59    background: #87ff75;
60}
61
62.ranges_entry_moderate {
63    background: #fffc60;
64}
65
66.ranges_entry_high {
67    background: #ff5a5d;
68}
69
70.ranges_entry_untestable {
71    background: #993300
72}
73
74
75.function_table {
76    border-spacing: 0px;
77    border-bottom: solid 2px black;
78    border-top: solid 2px black;
79    border-left: solid 2px black;
80    border-right: solid 2px black;
81}
82
83.function_table_caption {
84    font-size: 1.1em;
85    font-weight: bold;
86    color: black;
87    padding: 5px;
88}
89
90.function_table_header {
91}
92
93
94.function_table_header_entry {
95    padding: 5px;
96    border-bottom: solid 1px black;
97    font-size: 1em;
98    font-weight: bold;
99    color: darkred;
100    text-align: left;
101}
102
103.function_entry {
104}
105
106
107.function_entry_simple {
108    background: #87ff75;
109}
110
111.function_entry_moderate {
112    background: #fffc60;
113}
114
115.function_entry_high {
116    background: #ff5a5d;
117}
118
119.function_entry_untestable {
120    background: #993300
121}
122
123
124.function_entry_name {
125    font-size: 1em;
126    text-align: left;
127    font-weight: bold;
128    text-valign: top;
129
130    border-top: solid 1px black;
131    padding: 3px;
132}
133
134.function_entry_cyclo {
135    font-size: 1em;
136    text-align: right;
137    text-valign: top;
138
139    border-top: solid 1px black;
140    padding: 3px;
141}
142
143.function_entry_number {
144    font-size: 1em;
145    text-align: right;
146    text-valign: top;
147
148    border-top: solid 1px black;
149    padding: 3px;
150}
151
152.function_entry_filename {
153    font-size: 1em;
154    text-align: left;
155    text-valign: top;
156
157    border-top: solid 1px black;
158    padding: 3px;
159}
160