$(function() {
  $('.packages-tbl tbody .td-0 span').tooltip({
  	track: true,
  	top: 15,
  	left: 15,
  	delay: 0
  });
}); 