.customer-testimonial {
	float:left;
	border:1px solid rgb(194,194,194);
	padding:1px;
	position:relative;
	width:250px;
	height:150px;	
	margin:0 10px 10px 0;
}
.customer-testimonial:hover {
	border:1px solid rgb(0,173,238);
}
.customer-testimonial .quote {
	position:absolute;
	width:170px;
	background:rgb(229,247,253);
	color:rgb(0,173,238);
	font-size:11px;
	line-height:14px;
	padding:20px;
	font-family: 'Noto Sans', sans-serif;
	right:-140px;
	top:-15px;
	z-index:5;
	border:1px solid rgb(0,173,238);
	display:none;
	
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.15);	
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}
.customer-testimonial .quote:before {
	content:' ';
	display:block;
	width:21px;
	height:21px;
	background:url(/site-assets/images/global-sprite.svg) no-repeat -180px -100px;
	float:left;	
	margin-left:-36px;
}
.customer-testimonial:hover .quote {
	display:block;	
}
.customer-testimonial .quote b {
	display:block;
	padding-top:10px;	
}
.customer-testimonial .quote p {
	display:inline;	
	line-height:14px;
}
.success-story strong {
	color:rgb(0,173,238);	
}