.text-hover-qtip {
	padding: 4px 6px; 
	font-size: 14px;
}
abbr.c2c-text-hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.qtip {
	font-family: Arial, sans-serif;
	text-align: justify;
	/* webkit-hyphens: auto; 
	-moz-hyphens: auto; */
	hyphens: auto;
	color: #fefefe;
	background: rgba(0,0,0,1.0);
	box-shadow: 0 1px 1px rgba(0,0,0,.12);
	border-radius: 0px;
	border-color: #000;
	line-height: 1.4em;
}