li.content-bot-rating-li {
    display: inline-block;
    margin-right: 5px;
    background-image: url('../img/star-grey.png');
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
}
li.content-bot-rating-li:hover {
    cursor:pointer;
}

.content-bot-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #2f2f2f85;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content-bot-overlay-img {
	max-width: 100%;
    height: auto;
    position: relative;
    top: 30%;
    left: 35px;
}
.content-bot-hand-wave {
    display: inline-block;
    width: 30px;
}
.content-bot-message-green {
    background-color: #cef1c8;
    padding: 5px;
}
p#content-bot-limit-remaining {
    font-size: 0.9em;
    text-align: center;
    color: red;
    background-color: #fbe7e7;
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
}

.content-bot-end-buttons-container{
    display: flex;
    justify-content: space-between;
}