#reviewMain .section-title {
    margin-bottom: 25px;
}
.reviews {
    font-size: 17px;
    color: #6d7380;
    /* font-family: Georgia,serif; */
    margin: 0 auto;
    line-height: 1.75em; width: 75%;
}
.userReviewHead .icon {
    color: #FBB610;
}
#reviewMain header {
    font-size: 24px;
}
.textCntr {
    text-align: center;
}

/* .topRatings {
    width: 800px;
    margin: 0 auto;
} */

.topRatings .stardiv { width:20%; }



.overAll {
    font-size: 22px;
    color: #696969;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
#overAllRating {
    padding-left: 5px;
		vertical-align: middle;
}
#overAllRating .userReviewHead .icon {
    font-size: 29px; position: relative; top: 4px;
}
.topRatings .icon {
    font-size: 24px;
}

.titleReview {
    font-size: 17px;
    color: #1e77af;
    font-weight: bold;    margin-bottom: 3px;
}
.topRatings {
    margin-bottom: 20px;
}

.noteText {
    font-size: 13px;
    font-style: oblique;
}
.topRatings {
    font-size: 18px;
}
.titleReview .userReviewHead {
    padding-right: 5px;
}
.userName {
    color: #9e9fa3;
    font-size: 23px;
    font-weight: 700;
    font-family: "serenity",sans-serif;
    line-height: normal;
}
.userName span {
    font-size: 17px;
    display: block;
    font-weight: normal;
}
.reviewContent {
    color: #8b8c91;
    font-size: 23px;
    font-style: oblique;
    font-family: Georgia, serif;
    margin-bottom: 5px;
}
@media (min-width:320px) and (max-width: 992px) {
	.reviews {
		width:95%;
	}
	.topRatings .icon {
		font-size: 22px;
	}
	#overAllRating .userReviewHead .icon {
		font-size: 27px;
	}
}