
.ratings_breakdown_section {
    box-sizing: border-box;
    display:none;
    flex-direction: row;
    flex-wrap: nowrap;
    width:max-content;
    max-width:225px;
    min-width: 175px;
    max-height: 175px;
    overflow: auto;
    border:1px solid lightgray;
    border-radius: 5px;
    padding:10px;
    position: absolute;
    background-color: white;
    z-index: 1000;
    transition: all .5s ease-in-out;
}

.ratings_breakdown_section div{
    font-size: 12px;
    color:dimgray
}

.rating_stars_container{
    text-align:right;
    white-space:nowrap; 
    padding:5px;
    font-size:13px;
    color:dimgray;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:end;
    align-items: center;
    align-self: center;
    align-content: center;
    cursor: pointer;

}
.ratings_display_no_of_votes{
    display:inline-block;
    margin-left:15px;
    position: relative;
    bottom: 1px;
}
.rating_star_rep {
    margin: 0;
}
.ratings_breakdown_section h3{
    text-decoration: underline;
}