File size: 593 Bytes
dad00c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.gr-describe-tb {
    overflow: hidden !important;
}
.row.spacing {
    border: 0px;
}
.plot-container {
    width: 100vw
}
.map * {
    text-align: -webkit-center;
}

.map-legend * {
    width: fit-content;
    max-width: 215px;
    padding: 5px;
    background: var(--border-color-primary);
    margin-top: -50px
}

.map-legend-text * {
    width: fit-content;
    padding: 0px;
    margin-botton: 0px;
    font-size: 16px;
    margin-top: 0px;
}


.prose {
    # font-size: 16px;
}

.no-padding * {
    padding: 0px;
    margin: 0px;
}

.low-padding * {
    padding: 2px;
    margin: 0px;
}