File size: 399 Bytes
31d2bda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

.infoPoint h1 {
    font-size: 30px;
    text-decoration: bold;
    
    }
    
a {
    text-decoration: underline; 
    color: #1f3b54 ;
}

table {
  
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table th,
table td {
    padding: 12px 15px;
}

tr {
text-align: left;
}
thead tr {
text-align: left;
}