.doc table.tableblock th {
    background: whitesmoke;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 5rem;
}