#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #43A9EC;
	background-color: #FFFFFF;
	padding: 5px;
	opacity: 0.85;
}

.tt {
  border-bottom: 1px dotted #2C709E;
}

#tooltip h3, #tooltip div {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
