1html {
2 font-family: "Helvetica", sans-serif;
3 font-size: 1.25em;
4 letter-spacing: -0.01em;
5 line-height: 1.4;
6}
7
8body {
9 max-width: 800px;
10 margin: auto;
11 padding: 5%;
12}
13
14div#main {
15 column-count: 2;
16 display: inline-block;
17}
18
19a {
20 color: #666;
21 text-decoration: none;
22 cursor: pointer;
23}
24
25a:hover, a.active {
26 color: #333;
27}
28
29table {
30 border-collapse: collapse;
31 font-size: inherit;
32}
33
34td, th, table {
35 border-bottom: 1px solid grey;
36 text-align: left;
37 padding: 5px;
38 font-size: inherit;
39}
40
41ul {
42 margin-top: 0;
43}
44
45p {
46 margin-bottom: 0;
47}
48
49div.section {
50 display: inline-block;
51 width: 100%
52}
53
54span.period {
55 color: #666;
56 font-size: 0.85em;
57}
58
59.severity-3, .severity-4, .severity-5 {
60 color: red;
61}