.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 80%;
  height: 80% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

.my-rating-9 {
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    border: 0px solid #ccc;
    height: 42px;
    display: block;
}

.ratingEmail {
    border-radius: 20px 0;
    height: 42px;
}
.sendEmail {
    padding: 9px 35px !important;
    font-weight: 600;
}
