.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;

}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {


}

.chat {
    list-style: none;
    padding: 0;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.chat-content {
    padding: 5px;
    background: rgb(0, 153, 255);
    border-radius: 8px;
    margin-bottom: 5px;
    color: #fff;
}

.chat-content:not(.income) {
    margin-left: 100px;
}

.chat-content.income {
    background-color: #f1f0f0;
    color: #0a0a0a;
    margin-right: 100px;
}

.message-bottom {
    font-size: 10px;
    padding-top: 10px;
}

.chat-content .text-muted {
    color: #f0f0f0 !important;
}

.chat-content.income .text-muted {
    background-color: #f1f0f0;
    color: #4c4c4c !important;;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

#chat .panel-body {
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.chat-img {
    max-width: 60px;
}