#tooltip.pretty {
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 8px;  
	text-decoration: none; 
	color: blue;
	text-align: left;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
	background-size: 50%;
	background-repeat:no-repeat; 
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	margin-top: 0px;
	margin-left: -5px;
	font-size: 12px;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 100px; text-align: left; }

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }

