﻿

textarea
{
    min-height: 300px;
}

.ratingInput {
    /*    display: none;*/
    height: 0;
    display: inline;
    float: right;
}

.ratingInput:checked + .ratingLabel {
    color: #EDCE40;
}

.ratingLabel {
    display:inline;
    margin-right: 20px;
    font-size: 47px;
}

.ratingLabel:last-child {
    margin-right: 0;
}

.ratingLabel:hover {
    color: #808080;
    cursor: pointer;
}

.ratingSection .field-validation-error {
    clear: both;
    display: block;
}