/* CSS Document */

.service_text
{
	float:center;
	width:210px;
	padding:0px 5px 10px 5px;
	text-align:center;
}

.service_entry
{
	width:600px;
	height:160px;
	margin:0 auto;
}

.dotted_divider
{
	margin:69px 25px 0px 25px;
	float:left;
}
.tooltip{
	position: absolute;
	z-index: 2;
	border: 5px solid;
	border-radius: 15px;
	background: #fff;
	top: 70px;
	width: 410px;
	display: none;
}
.tooltip.green{
	border-color: #066937;
}
.tooltip.purple{
	border-color: #af87b3;
}
.tooltip p{
	padding: 40px 20px;
	font-style: italic;
	font-size: 19px;
	color: #000;
	font-weight: 500;
}
