.hotel_availability_stars{
    padding: 0px;
    position: relative;
    width: fit-content;
    line-height: 1;
    font-size: 10;
    margin: 0;
}


.stars{
    display : flex !important;
}

.star{
    height: 20px;
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    position: relative;
}

.star-y{
    fill: #FECE5C!important;
}

.star-g{
    fill :#E2E2E2;
}

.b-half-left::before{
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 50%;
    width   : 1px;  /* or 100px */
    border-left: 2px solid #FECE5C;
} 

.b-left::before{
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 70%;
    width   : 2px;  /* or 100px */
    border-left: 2px solid #FECE5C;
} 

.b-right::after{
    content : "";
    position: absolute;
    right    : 0;
    bottom  : 0;
    height  : 70%;
    width   : 2px;  /* or 100px */
    border-right: 2px solid #FECE5C;
} 


.b-bottom{
    border-bottom: 2px solid #FECE5C;
}

.comment{
    text-align: center;
}

.hotel-imgs{
    text-align: center;
}

.hotel-avatar_picture{
    height: 45px;
    width: 45px;
    margin: 5px;
    border-radius: 50%;
}
.no-padding {
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
}
.no-margin{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (max-width: 768px){
    .star{
        height: 16px;
        width: 16px;
    }
}