summaryrefslogtreecommitdiff
path: root/style.css
blob: 1f40764bcc598ad88541a7eff90fd981a10e9508 (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
30
31
32
33
34
35
36
37
38
39
40
41
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.container {
    margin: 5px 20%;
}

div {
    margin: 5px;
}

td, th {
    padding: 5px;
}

#input {
    width: 100%;
    font-size: 1.3em;
}

table {
    width: 100%;
}

.default {
    color: #aaa;
}

#error {
    color: #d7191c;
}

#warning {
    color: #a6611a;
}