

.tooltipevent {
	
	border: 1px solid black;
	border-radius: 5px;
	width: 200px;
	font-size: 10px;	
	background: #4abf92;
	position: absolute;
	z-index: 200;
	display: table;
	text-align: center;
	
	opacity: 1.9;
    top: 502px;
    left: 319px;
}



#tDett table {
	
	
	width: 100%;
	height: 100%;
	
	
}



.tooltipevent span{
	
	
	font-weight: bold;
	text-align: left;
}

#tTit{

background-color: #4abf92;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#tRic{
	
	background-color: white;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#tDett{
	background-color: white;
	
}
#tDett td{
	font-size: 10px;
	
}




#tDett tr:nth-child(odd) {
	background: white;
}
/*  Define the background color for all the EVEN background rows  */
#tDett tr:nth-child(even) {
	background: #EDEDED;
}