/* Review star rating required (inline validation) */
.ml-rating-required-message{
  display:block;
  margin-top:8px;
  font-size:13px;
  line-height:18px;
  color:#721c24;
  background:#f8d7da;
  border:1px solid #f5c6cb;
  border-radius:6px;
  padding:10px 12px;
  width:100%;
}

