.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: 100%;
height: 100%;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path { stroke-linejoin: round;
} .jq-shadow {
-webkit-filter: drop-shadow(-2px -2px 2px #888);
filter: drop-shadow(-2px -2px 2px #888);
}
.fsrs-rating-container {
width: 100%;
display: inline-block;
}
.fsrs-rating {
text-align: center;
direction: rtl
}
.live-rating {
color: inherit;
text-align: center;
margin-top: 10px;
}
.fsrs-h2 {
font-size: 1.6em;
line-height: 1.3
}
.fsrs-h4 {
font-size: 1.125em;
margin-bottom: 12px;
}
.fsrs-ratings-info {
font-family: inherit;
}
#fsrs-rating-top > .jq-star {
cursor: auto !important;
}
.fsrs-rating-hint {
display: none;
}
.lds-ellipsis img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50px;
height: 50px;
}
@media only screen and (max-width: 48em) {
.fsrs-rating-hint {
display: block;
direction: rtl;
text-align: center;
}
.fsrs-hint-label {
font-weight: 800;
color: #807878a6;
text-align: center;
display: inline-block;
}
}