﻿.course-testimonial .open-quote {
    height: 65px;
    width: 65px;
    background-image: url('images/quote_open.png');
    background-repeat:no-repeat;
}
.course-testimonial .close-quote {
    float:right;
    height: 65px;
    width: 65px;
    background-image: url('images/quote_close.png');
    background-repeat:no-repeat;
}
.course-testimonial .text {
    font-size: 1.8em;
}
.course-testimonial .author {
    padding-top: 10px;
    font-size: 0.8em;
}