.customer-review-content {
    padding: 20px;
    border: 1px solid #dfdfdf;
    width: 100%;
    background-color:#ffffff;
    margin-bottom: 15px;
}
.customer-review-content:hover { border: 1px solid #DEDEDE;}
.review-content {
    margin-bottom: 12px;
}

.review-author {
    font-size: 12px;
    font-style: normal;
    text-align: right;
    display: block;
    font-weight: bold;
}
.review-date {
    font-size: 10px;
    text-align: right;
    display: block;
    font-weight: bold;
}

/* Review Rating Section */

.review-rating .stars {
    background: rgba(0, 0, 0, 0) url("../images/stars_20X60.png") repeat-x scroll 0 0;
    margin: 0 auto 5px;
    width: 100px;
    float: right;
}
.review-rating .stars span {
    background: rgba(0, 0, 0, 0) url("../images/stars_20X60.png") repeat-x scroll 0 -40px;
    display: block;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    transition: width 0.5s ease 0s;
    width: 0;
}

.review-rating .stars label {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: -999em;
    width: 20px;
    z-index: 10;
}
.stores-merchant-reviews .note-msg {
    background-color: #ffffff;
    color: #ff0000;
    padding: 2%;
}
.review-list li.item{
    margin-bottom: 0;
}
/* End Overall Rating Section */


.stores-merchant-reviews .merchant_lable h1 {
    margin-top: 0;
    float: none;
    margin-bottom: 15px;
}
.stores-merchant-reviews .pages li{
    border: none;
}
.stores-merchant-reviews .pages a {
    color: #ffffff;
    min-width: 28px;
    background: #333333;
    padding: 0 10px;
    width: auto;
}
.stores-merchant-reviews .pages a.active,.stores-merchant-reviews .pages a:hover {
    background: #ec098c;
    transition: ease 0.2s;
}
.stores-merchant-reviews .pages .next,.stores-merchant-reviews .pages .previous{
    margin: 0;
}

@media only screen and (max-width: 770px){
    .stores-merchant-reviews .col-main {
        margin: 15px;
    }
}