$(function() {
  $('#make').qtip({
     content: 'I make custom servers just for <strong>you</strong>.',
     style: {
       name: 'dark',
       width: 63,
       padding: 4,
       tip: 'leftMiddle',
       border: {
        width: 3,
        radius: 5
      },
     },
     position: {
        corner: {
           target: 'rightMiddle',
           tooltip: 'leftMiddle'
        }
     }
  });
});