
/* Styling examples */
$('#powered').qtip(
{
   content: '<span > www.dehost.gr <br /> Hosting Solutions</span>',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
   
   style: { 
      width: 130,
 	  background: '#F87900',
      color: '#FFFFFF',
	  'font-size': 11 ,
	  'font-family': 'verdana',
 	  'text-align': 'center',
  	  border: {
         width: 0,
         radius: 4,
         color: '#F87900'
      },
      tip: 'bottomMiddle',
    }
});
 
