/****************** tooltipps ******************/

.tooltipp {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	display: none;
	background-color: #FFFEEE;
	border: 1px solid #000000;
	padding: 2px;
}
.tooltipp .head{
	font-size: 11px;
	font-weight: bold;
	background-color: #6B52EA;
	color: white;
	padding: 2px;
}
.tooltipp .content{
	color: black;
	font-size: 9px;
	border-size: 4px;
	padding: 2px;
}
