$(function() {
  $('#pdf_balloon').balloon({
  tipSize: 15,
  css: {
    direction: 'rtl',
    border: 'solid 2px #b00303',
    padding: '4px',
    fontSize: '100%',
    fontWeight: '800',
    lineHeight: '2',
    backgroundColor: '#f30a0a',
    color: '#ffffff'
  }
});
});


