aboutsummaryrefslogtreecommitdiffhomepage
path: root/presentation/css/style.css
blob: db9af40a5ca254e879261e155432cf4e992f80b3 (plain) (blame)
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
42
43
44
45
46
47
48
49
50
.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    width: 50%;
}

.hidden {
    display: none !important;
}

.fixedCenter {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fixedFirstThird {
    position: absolute;
    left: 35%;
}

.fixedThird {
    position: absolute;
    right: 35%;
}

.description {
    margin-top: 16px;
}

.history .fragment:not(.visible) {
    display: none;
}

table, tbody, tr {
    border: 0;
!important;
}

td, th {
    text-align: center !important;
    border: 1px solid white !important;
    border-collapse: collapse;
}