.react-rater {
    display: inline-block;
    line-height: normal;
  }
  .react-rater > * {
    display: inline-block;
  }
  .react-rater-star {
    cursor: pointer;
    color: #ccc;
    position: relative;
  }
  .react-rater-star.will-be-active {
    color: #666;
  }
  .react-rater-star.is-active {
    color: #ff8d00;
  }
  .react-rater-star.is-active-half:before {
    color: #ff8d00;
    content: '\2605';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
  }
  .react-rater-star.is-disabled {
    cursor: default;
  }
  