/* .arrow_box { */
/* 	position: relative; */
/* 	background: #2bd597; */
/* } */

/* .arrow_box:after { */
/* 	top: 100%; */
/* 	border: solid transparent; */
/* 	content: " "; */
/* 	height: 0; */
/* 	width: 0; */
/* 	position: absolute; */
/* 	pointer-events: none; */
/* } */

/* .arrow_box:after { */
/* 	border-top-color: #2bd597; */
/* 	border-width: 20px; */
/* 	left: 50%; */
/* 	margin-left: -20px; */
/* } */

.tooltip {
	position: absolute;
	padding: 5px 5px;
	z-index: 10000;
	filter: alpha(opacity =   90);
	/*	opacity: 0.9;*/
	/* 	color: #FFFFFF; */
	/*	background-color: #A5A5A5; */
	/*  font-family: sans-serif; */
	/*  line-height: 18px; */
	/*  text-align: center; */
	/*	-webkit-border-radius: 5px;
	   	-moz-border-radius: 5px;
	    border-radius: 5px;*/
}

.tooltip button {
	font-size: 0.8em !important;
}