#lastReviews {
    padding: 20px 0px;
    background: #fefefe;
    border-bottom: 1px solid #c0c0c0;
}

#lastReviews h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#lastReviews .no_reviews {
    padding: 20px;
    text-align: center;
}

#lastReviews .reviewBlock {
    border-top: 1px solid #FFF;
}

#lastReviews .who {
    font-weight: bold;
    font-size: 16px;
    display: block;
    clear: both;
    margin-bottom: 0px;
}

#lastReviews .stars, #lastReviews .date {
    display: inline-block;
    float: left;
}

#lastReviews .date {
    font-size: 11px;
    top: 2px;
    margin-right: 5px;
    position: relative;
}

#lastReviews .stars img {
    width: 20px;
    height: auto;
    margin-right: 2px;
    display: inline-block;
    float: left;
}

#lastReviews .contents {
    padding: 10px;
}

#lastReviews .contents span.review_title {
    font-weight: bold;
    display: block;
    clear: both;
}

.lastReviewsHome .reviewBlock .contents {
    border: 0 !important;
}

.lastReviewsHome .lSSlide {
    height: auto !important;
}