37278ea9203be51307b26f9a431229264a72266b
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}
17
18a {
19 color: #666;
20 text-decoration: none;
21 cursor: pointer;
22}
23
24a:hover, a.active {
25 color: #333;
26}
27
28table {
29 border-collapse: collapse;
30 font-size: inherit;
31}
32
33td, th, table {
34 border-bottom: 1px solid grey;
35 text-align: left;
36 padding: 5px;
37 font-size: inherit;
38}
39
40ul {
41 margin-top: 0;
42}
43
44p {
45 margin-bottom: 0;
46}
47div.section {
48 display: inline-block;
49 width: 100%
50}