table {
    empty-cells: show;
    border-collapse: collapse;
}
table * {
    padding: 2px 4px;
}
table > thead {
    font-weight: bold;
}
table > tfoot {
    font-size: 0.8em;
    font-style: italic;
}
td, th {
    empty-cells: show;
}


/******************************************************************************/
/*
table {
    overflow: scroll;
    position: absolute;
}
table > thead {
    position: absolute;
}
table > tbody {
    margin-top: 20px;
}
*/
/*
table > thead * {
    white-space: nowrap;
}
*/