.testimonial:after {
    background: url("../images/testimonials.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -22px;
    content: "";
    height: 22px;
    left: 30px;
    position: absolute;
    width: 22px;
}

.testimonial {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.2);
    padding: 20px;
    position: relative;
}

.testimonial-author {
    color: #B2B2B2;
    margin: 4px 0 20px 56px;
}