/**
 * Testimonials (user feedback)
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */

#opinions .row {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: url('../../img/homepage/opening-quotes.png') no-repeat 50px 15px;
    padding-top: 16px;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

#opinions .row:last-child {
    margin-bottom: 44px;
}

#opinions .row .span12 {
    background: url('../../img/homepage/closing-quotes.png') no-repeat 865px bottom;
}

#opinions .row .span12 h4,
#opinions .row .span12 div {
    padding-left: 75px;
    padding-right: 95px;
}

#opinions .row .span12 h4 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #2492c3;
}

#opinions .row .span12 p {
    text-align: justify;
}

#opinions .row .span12 p:last-child {
    margin-bottom: 0px;
}

#opinions .row .span12 .about {
    color: #aaa;
    font-style: italic;
    min-height: 16px;
    margin-bottom: 6px;
}