#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #f2f2f2;
	padding: 1em;
	opacity: 0.85;
  width: 40em;
  text-align: justify;
}

#tooltip h3 {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
}