﻿$(function() {
	$.fn.qtip.styles.mystyle = { // Last part is the name of the style
		padding: 3,
		background: 'black',
		color: 'white',
		textAlign: 'center',
		border:
				{
					width: 7,
					radius: 5,
					color: 'black'
				},
		tip: 'bottomLeft',
		name: 'dark'
	}
});
