539 bytes added,
12 years ago /* CSS placed here will be applied to all skins */
<pre id="line1"><span>table.excel {
border-style:solid;
border-width:1;
border-collapse:collapse;
font-family:sans-serif;
font-size:12px;
}
table.excel thead th, table.excel tbody th {
background:#222222;
border-style:solid;
border-width:1;
text-align: center;
vertical-align:bottom;
}
table.excel tbody th {
text-align:center;
width:20px;
}
table.excel tbody td {
vertical-align:bottom;
}
table.excel tbody td {
padding: 0 3px;
border: 1px solid #222222;
}</span></pre>