
.nft_ratings_container { text-align: center; }

.nft_ratings_container.small { display: inline-block; white-space: nowrap; }

.nft_ratings_container.large { display: block; margin-top: 20px; text-align: left; }

.nft_ratings_container.large .token_rating_target {
    text-align: center;
    display: inline-block;
    background-color: white;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #757575;
    box-shadow: 1px 1px 2px #808080;
}

.nft_ratings_container .stars { white-space: nowrap; }

.nft_ratings_container.small .stars i { font-size: 16px; }
.nft_ratings_container.large .stars i { font-size: 48px; }

.nft_ratings_container .stars i {
    color: dodgerblue; cursor: pointer;
    text-shadow:  1px  0    0 navy,
                  1px  1px  0 navy,             
                  0    1px  0 navy,
                 -1px  1px  0 navy,
                 -1px  0    0 navy,
                 -1px -1px  0 navy,
                  0   -1px  0 navy,
                  1px -1px  0 navy;
}

.nft_ratings_container .stars i.hovered {
    color: deepskyblue;
    text-shadow:  1px  0    0 mediumblue,
                  1px  1px  0 mediumblue,             
                  0    1px  0 mediumblue,
                 -1px  1px  0 mediumblue,
                 -1px  0    0 mediumblue,
                 -1px -1px  0 mediumblue,
                  0   -1px  0 mediumblue,
                  1px -1px  0 mediumblue;
}

.nft_ratings_container.inactive .stars i {
    color: gold; cursor: auto;
    text-shadow:  1px  0    0 maroon,
                  1px  1px  0 maroon,             
                  0    1px  0 maroon,
                 -1px  1px  0 maroon,
                 -1px  0    0 maroon,
                 -1px -1px  0 maroon,
                  0   -1px  0 maroon,
                  1px -1px  0 maroon;
}
