@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.star-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.rating {
  position: relative;
  display: flex;
}
.rating i {
  position: absolute;
  height: 14px;
  width: 14px;
  left: 50%;
  top: 50%;
  color: gold;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 16px;
  z-index: 20;
}/*# sourceMappingURL=rating.css.map */