$.fn.qtip.styles.mystyle = { // Last part is the name of the style
   width: 200,
   background: '#ffffff',
   color: 'black',
   textAlign: 'left',
   border: {
      width: 7,
      radius: 5,
      color: '#75a3d1'
   },
   tip: 'bottomLeft'
};
