  .customTooltip {
	background-image: none;
	background: -moz-linear-gradient(top, #e1e5ec 0%, #fcfffe 100%); /* Firefox */
	background: -webkit-gradient(linear, top, bottom, from(#e1e5ec), to(#fcfffe)); /* Chrom  Safari */
	background: -ms-linear-gradient(top, #e1e5ec, #fcfffe);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfffe', endColorstr='#e1e5ec', GradientType=0)";/* IE8 */
	background: linear-gradient(to top, #e1e5ec, #fcfffe);/* IE10 */
	color: #666;
	max-width: 40em;
	border: #ccc solid 0.1em;
	padding: 0.3em;
	border-radius: 0.4em;
	box-shadow: 0.3em 0.3em 0.3em #999;
	text-align: left;
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

p{
	margin-bottom: 5px;
}

p:last-child{
	margin-bottom: 0px;
}