#simpleTooltip { 
	padding: 7px; 
	border: 1px solid;
	background-color: #ffff88;
	border-color: #efca00;
	max-width: 300px;
	text-align: left;
	font-size: 13px;
	color: #111;
}

a.with-tooltip{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed black;
	cursor: help;
}
a.with-tooltip:hover{
	color: inherit;
	text-decoration: none;

}
