.testimonial .triangle
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    height: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 0px;
}

.testimonial .triangle.white
{
    border-top-color: white;
}

.testimonial .triangle.gray
{
    border-top-color: #dedde5;
}

.testimonial .bubble
{
    padding: 15px;
}

.testimonial .bubble.white
{
    background-color: white;
}

.testimonial .bubble.gray
{
    background-color: #dedde5;
}

.testimonial .image
{
    float: left;
    margin-right: 10px;
    max-height: 55px;
    max-width: 45px;
}

.testimonial .readMore
{
    float: right;
    margin-top: 10px;
}
