summaryrefslogtreecommitdiff
path: root/style.css
blob: 47d2d840a67c094dbe139a8151e59bde5d7392c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:400; font-stretch:normal;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 50%;
    max-width: 50%;
    box-sizing: border-box;
}

thead {
    position: sticky;
    top: 0px;
    background-color: Canvas;
    text-align: left;
}