
.testimonial_wrapper {
	position: relative;
}

.testimonial_quote {
	position: absolute;
	z-index: 0;
	font-size: 55px;
	opacity: .3;
}

.testimonial_open {
	left: 0px;
	top: 10px;
}

.testimonial_wrapper p:empty {
	display: none;
}

.testimonial_close {
	right: 5px;
	bottom: -.3em;
}

.filled .testimonial_quote.accent {
	color: #fff;
}

.testimonial_attribution.padded {
	padding-top: 0;
	text-align: right;
}