$(document).ready(function() {
  $('.tooltip').tooltip( { showBody: " - " } );
});
