table .header-fixed {
  position: fixed;
  top: 0;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */

}
thead {
 background-color: #d9cbb65c;
    border-top: 1px solid #b79256;
}

