.tooltip {

}

.tooltip .tooltip-target {
	cursor-pointer;
	font-weight:bold;
	color:#0960C1;
}

.tooltip .tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	width: 300px;
}