summaryrefslogtreecommitdiff
path: root/project/assets/css/stvcount.css
blob: ac98521e6e41f306532c0ad32afc749c796c097a (plain)
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


table, th, td {
    border: 1px solid gray;
}


table {
    margin: 2em auto 2em auto;
    max-width: 59em;
}


th {
    background-color:#CCCCCC;
}


td {
    text-align: center;
}


td.left {
    text-align: left;
    padding-left: 1em;
}