.send-comment-button {
    /*box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);*/
	border: .5em solid #E84D0E;
	font-size: 1em;
	line-height: 1.1em;
	color: #ffffff;
	background-color: #e84d0e;
	margin: auto;
	/*border-radius: 50%;*/
	height: 110px;
	width: 110px;
	position: relative;
    border-radius: 0px 0.25rem 0.25rem 0px;

}
.fiu-add-element {
    background-color: grey;
    
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0.25rem 0px 0px 0.25rem;
    
}
.main-message .card-body {
    height: 120px;
}
.log-message .card-body {
    height: 65px;
}
.card-body {
    overflow: hidden;
}

.log-message .card-body:hover {
    height: 100%;
    opacity: 1; 
}
.card.log-message:hover {
    height:auto;
    z-index: 100; 
}

#main-message:hover {
    height:auto;
    z-index: 100; 
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-message .card-body:hover {
    height:auto;
}


#log-message-2:hover {
    opacity: 1;
} 

.read-more {
    top: 0px;
    right: 0px;
    height: 24px;
    width: 24px;
    background-image: url(/themes/custom/game3/expand-icon.png);
    background-size: auto;
    background-size: cover;
    position: absolute;

}

.avatar-image {
    margin-bottom: 5px;
}

.chat-user-name {
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}