thead th {
  position: sticky;
  top: -1px;
  background: #F5F5F5 !important;
}
tbody .glyphicon {
  position: inherit;
}
tbody a.disabled {
  opacity: 1;
}
tbody a.disabled .glyphicon {
  color: lightgray;
}

#productsTabNavigation > li > a {
  border: 1px solid #ddd;
}

#productsTabNavigation > li.active >a {
  color: white;
  background-color: #337ab7 !important;
}

#productsTabNavigation .productRemove {
  font-size:7px !important;
  padding: 2px !important;
  margin: 2px !important;
}