#divRooms li:hover {
    background-color: #000;
}

body:hover .panel-default,
body:hover .panel-footer {
    border-color: #111 !important;
}

body:hover .panel-footer {
    background-color: #00000077 !important;
}

.bubble .messageNameId {
    color: #777;
}

.bubble div.message {
    color: #DDD;
}

#divChatInput .emojionearea-editor,
#divChatInputDonation .emojionearea-editor {
    color: #EEE;
}

.emojionearea-button {
    width: 24px;
    height: 24px;
    background-color: #CCC;
    border-radius: 50%;
}

.them-bubble {
    background: #00000033;
}

.them-bubble:hover {
    background: #000000AA;
}

.them-bubble:after {
    border-right-color: #000;
}

.me-bubble {
    background: #2b600033;
}

.me-bubble:hover {
    background: #2b6000AA;
}

.me-bubble:after {
    border-left-color: #1b300b;
}
