table .header-fixed {
  position: fixed;
  top: 0px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 970; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
thead {
  background-color: #eaeaea;
}
tbody {
  background-color: #fcfcfc;
}

#mynav {

  position: absolute;

  margin: 0 auto;
  z-index: 980;

  color:#fff;
  background-color:#666;
  text-align: center;
}


table .header-fixed { background-color:#FFFFFF;}