body{background-color:#F8F8F8;}
.button {display: inline-block; padding: 3px 5px; border: 1px solid #000; background: #eee;}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table * {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .tblHdr {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  /*width:35%;*/
  border:1px solid red;
}
#sensor_search {text-align:center;margin-top:15%;}
#sensor_search_batch {text-align:center;margin-top:3%;}

table #txtHint{margin-left:auto; margin-right:auto;}
table #tblNewProducts{margin-left:auto; margin-right:auto;}
table #tblProducts{margin-left:auto; margin-right:auto;}

