#blog-details .jq-stars {
    display: inline-block;
}

#blog-details .jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

#blog-details .jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

#blog-details .jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

#blog-details .jq-star:hover .fs-star-svg path {
}

#blog-details .jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
#blog-details .jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
#blog-details #toast-container .toast-success{background: green;color: white;}
#blog-details #toast-container .toast-error{background: red;color: white;}
#blog-details #toast-container .toast-warning{background: coral;color: white;}
#blog-details #toast-container .toast-info{background: cornflowerblue;color: white;}
#blog-details #toast-container .toast-question{background: grey;color: white;}
#blog-details #smartBlogReviewResults{
    font-weight: 600;
    text-shadow: 2px 2px 11px #000000;
}
