.feedback-area{
    margin-top: 1.25rem;
}

.feedback-tr-area{
    margin: .46rem 0;
    padding: .2rem .8rem;
}

.fe-feedback{
    font-size: .8rem;
    font-weight: 400;
    /*text-align: left;*/

}

.fe-content{
    width:100%;
    height:4.315rem;
    border:solid 1px #ddd;
    border-radius:.3125rem;
    resize:none;
    margin-top: .5rem;
    margin-bottom: .625rem;
    padding: .5rem .5rem;
    color: #959595;
    background-color: #F1F2F6;

}

.fe-content-count{
    float: right;
    color: red;
    margin-right: .5rem;
    font-size: .8rem;
    padding-top: .5rem;
}

.fe-content-button{
    height: 1.5rem;
    width: 5rem;
    background-color: #D9D9D9;
    color: #fff;
    border-radius:.3562rem;
    text-align: center;
    line-height: 1.5rem;
    cursor:pointer;
    float: right;
    font-size: .8rem;
    pointer-events: none;
}

.fe-result-one{
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1rem;
    margin-top: 1rem;
}

.fe-result-two{
    font-size: .75rem;
    font-weight: 400;
    color: #292929;
    line-height: 1rem;
    margin-top: .5rem;
}

.fe-result-three{
    font-size: .75rem;
    font-weight: 400;
    color: #494949;
    line-height: 1rem;
    margin-top: .5rem;
}
.fe-result-three b{
    color: #26A4FF;
    border-bottom: solid #26A4FF .04rem;
    font-weight: unset;
    font-size: .75rem;
}

.vilykke-feedback-area textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /*Firefox*/
    -webkit-box-sizing:border-box; /*Safari*/
    font-size: .75rem;
}