﻿table.fixed-header thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
