table .header-fixed {
  position: fixed;
  top: 100px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 505;

}
thead.header-fixed {
  background-color: #eaeaea;
}

