File size: 1,192 Bytes
201ff33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
html {
    margin: 0;
}


#MainMenu {
    
    visibility: collapse;
}

footer {
    visibility: collapse;
}

div.block-container{
    padding: 2rem 3rem;
}

div[data-testid="stExpander"]{
    border: 1px solid '#739FAE';
}

hr{
    margin: 0;
    padding: 0;
}

hr.spends-heading-seperator {
    background-color : #11B6BD;
    height: 2px;
}

.spends-header{
    font-size: 1rem;
    font-weight: bold;
    margin: 0;

}

td {
    max-width: 100px;
    /* white-space:nowrap; */
}

.main-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.blend-logo {
    max-height: 64px;
    /* max-width: 300px; */
    object-fit: cover;
}

table {
    width: 90%;
}

.lime-logo {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center ;
    max-height: 64px;
}

.lime-text {
    color: #00EDED;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 0%;
}

.lime-img {
    max-height: 30px;
    /* max-height: 64px; */
    /* max-width: 300px; */
    object-fit: cover;
}

img {
    margin: 0;
    padding: 0;
}