File size: 785 Bytes
ccb6afe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33174dd
ccb6afe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.paper-table {
    width: 100%;
    border-collapse: collapse;
}

.paper-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.paper-table th {
    font-weight: bold;
    background: #f9f9f920;
}

.paper-table tr:hover {
    background: #f9f9f920;
}

.paper-table tbody {
    max-width: 400px;
}

.paper-title {
    color: var(--body-text-color);
    cursor: pointer;
    text-decoration: none !important;
}

.paper-title:hover {
    text-decoration: underline !important;
}

.paper-table td:nth-child(2),
.paper-table td:nth-child(3),
.paper-table td:nth-child(4),
.paper-table td:nth-child(5) {
    text-align: center;
}

.paper-table th:nth-child(2),
.paper-table th:nth-child(3),
.paper-table th:nth-child(4),
.paper-table th:nth-child(5) {
    text-align: center;
}