.chat-messages {
    height: 330px;
    overflow-y: auto;
    padding-right: 20px;
    margin-bottom: 30px;
}

.chat-message.outgoing {
    padding-left: 30px;
}

.chat-message-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
    color: #5b5b5b;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chat-message-body {
    margin: 15px 0 30px 0;
    color: #353535;
    font-size: 16px;
}