#product-review-table {
    margin-bottom: 15px;
    border: 0;
}
#product-review-table  .input-rating-stars:not(:checked) > label {
    font-size: 400%;
}
#product-review-table td {
    padding: 0;
}
#product-review-table tr td:first-child {
    width: 1px;
    padding-right: 15px;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 769px) {
    #product-review-table  .input-rating-stars:not(:checked) > label {
        font-size: 200%;
    }
    #product-review-table tr td:first-child img {
        width: 50px;
    }
}