.testimonial {
    position: relative;
    float: right;
    margin-right: 0;
}

.testimonial .begin-quote, 
.testimonial .quote, 
.testimonial .quote-text, 
.testimonial .end-quote {
    line-height: 17px; 
}

.testimonial .begin-quote {
    font-size: 30px; 
}
.testimonial .quote {
    line-height: 22px;
}
.testimonial .quote-text {
    color: #fca12e; 
    font-weight: bold;
}
.testimonial .end-quote {
    font-size: 30px; 
    position: relative; 
    top: 5px;
}
.testimonial .quote-source span {
    font-style: italic; 
    position: absolute; 
    bottom: 15px;
    line-height: 20px;
}



/* BEGIN 14px stuff */
.testimonial.font-size-14 .quote {
    line-height: 18px;
}
.testimonial.font-size-14 .begin-quote,
.testimonial.font-size-14 .end-quote {
    font-size: 22px; 
}
.testimonial.font-size-14 .end-quote {
    position: relative; 
    top: 3px;
}
.testimonial.font-size-14 .quote-text {
    font-size: 14px;
}
.testimonial.font-size-14 .quote-source span {
    line-height: 18px;
}
/* END 14px stuff */


/* BEGIN 14px-ultra-full stuff */
.testimonial.font-size-14-ultra-full .quote {
    line-height: 18px;
    margin: 10px 8px 8px 0;
}
.testimonial.font-size-14-ultra-full .begin-quote,
.testimonial.font-size-14-ultra-full .end-quote {
    font-size: 22px; 
}
.testimonial.font-size-14-ultra-full .end-quote {
    position: relative; 
    top: 3px;
}
.testimonial.font-size-14-ultra-full .quote-text {
    font-size: 14px;
}
.testimonial.font-size-14-ultra-full .quote-source {
    margin: 8px 8px 8px 0;
}
.testimonial.font-size-14-ultra-full .quote-source span {
    bottom: 8px;
    line-height: 18px;
}
/* END 14px-ultra-full stuff */



/* BEGIN 17px stuff */
.testimonial.font-size-17 .quote-text {
    font-size: 17px;
}
/* END 17px stuff */



/* BEGIN 19px stuff */
.testimonial.font-size-19 .quote-text {
    font-size: 19px;
}
/* END 19px stuff */
