@import url(https://fonts.googleapis.com/css?family=Passion+One);
.bubble
{
	position: relative;
	width: 180px;
	height: 30px;
	padding: 0px;
	background: #66B4E8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 13px 12px 0;
	border-color: #66B4E8 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -13px;
	left: 90px;
}
.testimonials {
	background: #f0f0f0;
	width:1024px;
	padding-bottom: 15px;
}

.testimonials-head {
	margin: 0px auto;
	padding: 15px 10px 10px 10px;
}
.testimonials-head-title{
	font-family: 'Passion One', cursive;
	font-size: 30px;
	color:#5095C5;
}
.testimonials-head  a{
	margin: 0px auto;
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.testimonials-head  a:hover {
	color:#ef4123;
}

.testimonials-details
{
   font-family: Verdana,Helvetica,sans-serif;
   margin:0 auto;
   padding-left:5px;
   padding-right:5px;
   z-index:98;
   position:relative

}
.testimonials-details>div
{
	width: 180px;
	float: left;
	margin-left: 6px;
	margin-right: 4px;
	background-color: #fff;
	padding: 5px 5px 10px 5px;
	border-radius: 15px;
	box-shadow: 6px 6px 6px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 6px 6px 6px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 6px 6px 6px 0px rgba(119, 119, 119, 0.75);

}
.testimonials-details p
{
	margin:0;
	padding-top:14px;
	word-wrap: break-word;
	font-size: 12px;
}
.testimonials-details p.cscontent
{
	padding:0px 0px 5px 0px;
	color:#000;
	font-style:italic;
	font-size: 12px;
	margin-top:3px;
	text-align:right;
}
.testimonials-details h3
{   padding:4px 10px 4px 10px;
	color: #fff;
	font-style: italic;
	font-size: 16px;
}
.testimonials-details>div:after
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
}