.comments_note{

    display: flex;

    justify-content: space-around;
    align-items: center;
    margin-bottom: .5rem;

}


.comments_note .material-icons{

    font-size: 20px;

}


.thumbnail-container .star_content{

    font-size: 6px;

    margin-right: 4px;

}



.thumbnail-container .star_content .material-icons{

    font-size: 16px;

}



.thumbnail-container .star_label,
.comments_note .star_label
{

    font-size: .875rem;

    font-weight: 300;

    margin: 0;
    color: #adb5bd;

}

