/* sailo_reviews.css */
/*********************/
/* this file contains styles that are used by ratings and reviews
 */

.reviewIcon {
    width : 50%;
}

.allReviewsItem {
    padding-bottom: 50px;
}

.allReviewsItem .panel-body {
    padding-top: 15px;
    font-size : 15px;
    border-top: 1px solid #d8dbdf;
}

@media screen and (min-width : 766px) {
    .reviewDate {
        text-align: right;
    }
}

@media screen and (max-width : 765px) {
    .reviewIconContainer {
        padding : 5px;
    }
    .reviewIcon {
        width : 80%;
    }
}

