.tooltipster-at {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.6);
	color: #2c2c2c;	
	width: 300px;
    height: 150px;
}
.tooltipster-at .tooltipster-content {
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0px;
}