.gsc-rating {
    text-align: center;
}

.gsc-rating-star {
    max-width: 25px;
}

.gsc-rating img {
    margin: 10px;
}

.gsc-reviews {
    padding: 10px;
}

.gsc-reviews-more {
    text-align: center;
}

.gsc-review:first-of-type {
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
}

.gsc-review{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.gsc-review p {}

.gsc-author{}

.gsc-author img {
    padding-right: 5px;
    max-width: 25px;
}

.gsc-author a {
    color: darkgray;
}

.gsc-date{}

.gsc-date label{
    padding-right: 5px;
}

.gsc-date span {
    color: darkgray;
}

.gsc-review-stars {
    float: right;
}

.gsc-review-stars label {
    padding-right: 5px;
}
.gsc-review-star {
    max-width: 15px;
}

.gsc-option {
    
}