﻿.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
}

.smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040;
}

.smart-form .rating input {
    position: absolute;
    left: -9999px;
}

.smart-form .rating input + label:hover, .smart-form .rating input + label:hover ~ label {
    color: #5fb611;
}

.smart-form .rating label {
    color: #ccc;
    transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
}

.smart-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
}

.smart-form .rating input:checked ~ label {
    color: #5fb611;
}
