File size: 1,104 Bytes
ee5d33c
 
 
 
4dc9a77
ee5d33c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99f9af3
ee5d33c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
    zoom: 1.5;
}

.container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    max-height: 200px; /* Set a max height for vertical scrolling */
}

table.dataTable {
    margin-top: 0;
    margin-bottom: 0;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Style for the navigation bar */
.nav-tabs {
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
    padding-left: 58px;
    padding-bottom: 5px;
}

.nav-item {
    margin-right: 5px;
}

.nav-link {
    color: #333;
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
}

.nav-link.active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 10px 10px 0 0;
}