.text-balloon-popup {
	border-radius: 15px;
	background: #efefef;
	margin: 0px auto 0;
	width: 240px; 
	position: absolute;
	padding:30px; 
	z-index: 3;
	box-shadow: 0 0 20px rgba(75,75,75,0.4);
    /* -webkit-animation: popupanimation ease 400ms;
    animation-timing-function: ease-in-out;     */
}

/*popup arrow*/
.text-balloon-popup::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 10px; 
	border-style: solid;
	border-color: #efefef transparent transparent transparent;
  }

#text-balloon-open {
	text-align: center;
	padding-top: 250px;
}