blob: 76eb1d0ae72fe43bad344ccc096bfb76f49c5863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.main-body
overflow: scroll;
table
border-collapse: collapse;
width: 100%;
td, th
border: 1px solid #d2d0d0;
text-align: left;
padding: 8px;
tr:nth-child(even)
background-color: #dddddd;
|