/* @group TESTIMONIAL LIST */
#testimonialList {
	margin: 2em 17px 0 17px;
}

.testimonial {
	margin-bottom: 1.8em;
}

#testimonialList .testimonial p {
	margin: 0;
}

#testimonialList .testimonial a {
	display: block;
	height: 100%;
	padding: 8px 10px;
	background: #141414;
	text-decoration: none;
}

#testimonialList .testimonial a:hover {
	background: #161616;
}

#testimonialList .testimonial em {
	display: block;
	color: #fff;
}

#testimonialList .testimonial input {
	width: 55%;
}