f673af794bd9dcaf14c01fa560a5e953238c8403
[portal/sdk.git] /
1 table {
2   
3     width: 740px;
4     height: 30px;
5     margin-left: 5px;
6     border-radius: 5px;
7
8   }
9   
10   th{
11       background-color: #006496;
12       color: white;
13      height: 20px;
14   }
15
16   td, th {
17     border: 1px solid #dddddd;
18     text-align: left;
19     padding: 8px;
20     font-size: 20px;
21   }
22   
23   tr:nth-child(even) {
24     background-color: #dddddd;
25     font-size: 5px;
26     height: 20px
27   }
28
29   tr:nth-child(odd) {
30     font-size: 5px;
31     height: 10px
32   }