File size: 751 Bytes
8c33d0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8734b7
 
 
 
 
 
 
 
8c33d0f
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
51
52
53
#infoBox {
    /* border: 5px solid red; */
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#controls {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    justify-items: center;
}

table {
    display: table;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

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

td {
    justify-content: right;
}

.cellHeader {
    display: flex;
    color: purple;
    justify-content: center;

}

#disclaimerBody {
    color: red;
    margin-left: 30px;
}

#unity-container {
    /* TODO */
    width: 66%;
    height: 66%;
    margin-left: auto;
    margin-right: auto;
}