Lines 17-23
body {
Link Here
|
17 |
background-color : #FFF; |
17 |
background-color : #FFF; |
18 |
color : #333333; |
18 |
color : #333333; |
19 |
font-family : arial, geneva, sans-serif; |
19 |
font-family : arial, geneva, sans-serif; |
20 |
font-size : 14px; |
20 |
font-size : 12px; |
21 |
margin : 0px 0px 0px 0px; |
21 |
margin : 0px 0px 0px 0px; |
22 |
} |
22 |
} |
23 |
|
23 |
|
Lines 98-104
table {
Link Here
|
98 |
border-left : 0px solid #CCCCCC; |
98 |
border-left : 0px solid #CCCCCC; |
99 |
margin : 3px 0px 5px 0px; |
99 |
margin : 3px 0px 5px 0px; |
100 |
padding : 0px; |
100 |
padding : 0px; |
101 |
width : 99%; |
101 |
width : 100%; |
|
|
102 |
height : 100%; |
102 |
} |
103 |
} |
103 |
|
104 |
|
104 |
td { |
105 |
td { |
Lines 107-112
td {
Link Here
|
107 |
border-right : 1px solid #CCCCCC; |
108 |
border-right : 1px solid #CCCCCC; |
108 |
padding : 5px 5px 5px 5px; |
109 |
padding : 5px 5px 5px 5px; |
109 |
vertical-align : top; |
110 |
vertical-align : top; |
|
|
111 |
width : 100%; |
112 |
height : 100%; |
110 |
} |
113 |
} |
111 |
|
114 |
|
112 |
td:last-child { |
115 |
td:last-child { |
Lines 123-128
th {
Link Here
|
123 |
border-right : 1px solid #CCCCCC; |
126 |
border-right : 1px solid #CCCCCC; |
124 |
font-weight : bold; |
127 |
font-weight : bold; |
125 |
padding : 5px 5px 5px 5px; |
128 |
padding : 5px 5px 5px 5px; |
|
|
129 |
width: 100%; |
130 |
height : 100%; |
126 |
} |
131 |
} |
127 |
|
132 |
|
128 |
th:last-child { |
133 |
th:last-child { |
129 |
- |
|
|