File size: 983 Bytes
e79ac05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/* Move block container higher */
div.block-container.css-z5fcl4.egzxvld4 {
    margin-top: -5em;
}

/* Move menu container higher */
div.css-1544g2n.e1fqkh3o4 {
    padding-top: 3rem;
}

/* Hide anchor link */
.css-1dgmtll.e16nr0p32 {
    display: none
}

div[data-testid="metric-container"] {
    background-color: #f7f8fa;
    border: 1px solid #0c0d0d;
    padding: 5% 5% 5% 10%;
    border-radius: 5px;
    color: rgb(30, 103, 119);
    overflow-wrap: break-word;
}

/* breakline for metric text         */
div[data-testid="metric-container"] > label[data-testid="stMetricLabel"] > div {
    overflow-wrap: break-word;
    white-space: break-spaces;
    color: black;
}

/* Hide Streamlit bars */
#MainMenu {
    visibility: hidden;
}

footer {
    visibility: hidden;
}

/*header {*/
/*    visibility: hidden;*/
/*}*/

/*About page styling*/

.css-1v0mbdj.etr89bj1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 180px;
    max-width: 40%;
}