#tooltip.pretty {
	border: none;
	width: 550px;
	height: auto;
	background-color:#fafafa;
	padding:0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 8px 15px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 8px 15px 8px rgba(0, 0, 0, 0.4);
}
#tooltip.pretty h3 {
	border:1px solid #e2e2e2;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin: 10px;
	padding:10px;
	font-size: 12px;
	font-weight:inherit;
	text-align: justify;
	line-height:21px;
	color:#565656;
}
