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
| /*.mui-bar-nav,.mui-title{
| background-color:#C9302C;
| color: white;
| font-weight: bold;
| font-size: 20px;
| letter-spacing: 1px;
| }
| .mui-bar-nav a{
| color: white;
| }
| */
| .table {
| border: 1px solid #0e94ea;
| border-top: none;
| text-align: center;
| vertical-align: middle;
| font-size: 15px;
| }
|
|
| .table th {
| background-repeat: repeat-x;
| /* height: 30px; */
| }
|
| .table td,
| .table th {
| border: 1px solid #cad9ea;
| padding: 0 1em 0;
| }
|
| .table tr.alter {
| background-color: #f5fafe;
| }
|
| .table tr {
| border-top: 1px solid #0e94ea;
| background: rgba(14, 148, 234, 0.1);
| }
|
| .table thead tr {
| background: rgba(14, 148, 234, 0.4);
| }
|
| .table tr.bg-color {
| background: rgba(14, 148, 234, 0.2);
| }
|
|