Sheet 1
#datatable tbody > tr:first-child td, #datatable tbody > tr:first-child th {
font-weight: bold;
background: #d1ecf1;
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
table caption {
...