.rating-box{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,.1);
max-width:420px;
margin-top:25px;
}

.star{
font-size:28px;
cursor:pointer;
color:#ddd;
}

.star.selected{
color:#ffc107;
}

.rating-comment{
width:100%;
margin:10px 0;
padding:10px;
}

.rating-send{
background:#ffc107;
border:0;
padding:10px 20px;
cursor:pointer;
}
