#testimonials {
	background-color:#e7e7e7;
	color:#00539e;
	padding: 10px;
	background-repeat: repeat-x;
	overflow:auto;
	width:auto;
	display:table;
	box-shadow:0 0 50px rgba(0, 0, 0, 0.1) inset;
}
#testimonials #left {
	width:40%;
	padding-right:30px;
	display:table-cell;
	text-align:right;
}
#testimonials #right {
	display:table-cell;
	width:auto;
}
#testimonials h3 {
	font-size:1.6em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1em;
	padding:0;
	margin:0;
}
#testimonial {
	background-color:#00539e;
	color:#fff;
	padding:25px;
	line-height:1.3em;
	margin:0;
	border-radius:10px;
	position:relative;
}
#testimonial .arrow {
	top: 20px;
	left: -15px;
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url(t_arrow.png); /*TEST*/
	background-repeat: no-repeat;
}
#testimonials #share { padding-top:10px; }
#testimonials #share img { float:left; }
#testimonials #more { display:inline-block; }
.read-more a, .read-less a {color: #519CD4 !important;}
