.tooltip2 {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	text-decoration: none;
	position: relative;
}
.tooltip2 span {
	margin-left: -999em;
	position: absolute;
	padding: 0.8em 1em;
	border-radius: 5px; 
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	background: url('./img/white-highlight.png') top left repeat-x;
		}
		
.tooltip2:hover span {
	border-radius: 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 1em;
	top: 2.5em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
	text-align: left;
}


.tooltip2 span.green 	{ background-color: #e7f1d7; border: 2px solid #94b75f; }

.tooltip2 span.blue 	{ background-color: #e2f4fd; border: 2px solid #97bdcf; }

.tooltip2 span.red		{ background-color: #fbc78f; border: 2px solid #F78F1E;	}

.tooltip2 span.yellow 	{ background-color: #fffce5; border: 2px solid #d1b62c; }

.tooltip2 span.lasts	{ left:-11em !important; }
