.ratingstar span {
    cursor: pointer;
    width: 45px;
    font-size: 2.1em;
    font-family: 'Open Sans', Verdana, sans-serif;
    padding: 0 0 0 0;
    color: #ffcc00;
    /*opacity: 1;*/
    transition: all 150ms;
    display: inline-block;
    /*transform: rotateX(45deg);*/
}


.star_label {
    margin-right:20px;
    float: left;
    font-size: 1.5em;
    line-height:1px;
}


.rating_item {
  width:100%;
  display: flex;
  justify-content:flex-start;
  align-items:baseline;
  margin-top: 18px;
  padding-top:10px;
  padding-bottom:10px;
}

.rating_item input{
  display : none;
}

.rating_item div{
  float:left;
}

.rating_text_div
{
  width: 100%;
  margin-top: 5px;
  font-weight:bold;
}

#message-box
{
  display: none;
}

.rating_text{
	min-height: 6em;
    width: 32em;
}

.message-hidden
{
  display:block;
}

.rating_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: grey; /*Change the placeholder color*/
    opacity: 0.9; /*Change the opacity between 0 and 1*/
    font-style: italic;
    font-weight: lighter;
}

.rating_text::-moz-placeholder { /* Firefox 19+ */
    color: grey; /*Change the placeholder color*/
    opacity: 0.9; /*Change the opacity between 0 and 1*/
    font-style: italic;
    font-weight: lighter;
}

