.strong-blue {
	border: 1px solid rgba(0,0,128,0.3);
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,128,0.2) inset;
	padding: 1em;
	text-align: center;
}
.strong-blue .testimonial {
	text-align: center;
}
.strong-blue .content {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.strong-blue .photo {
	float: left;
}
.strong-blue .photo img {
	border-radius: 10px;
	margin-right: 20px;
}
.strong-blue .name {
	color: #095599;
	float: left;
	font-style: italic;
	margin-left: 10px;
}
.strong-blue .name:before {
	content: " ";
}
.strong-blue .readmore {
	float: right;
	font-style: italic;
	margin-top: 0;
	margin-right: 20px;
}