.chat_client_section {
    position: fixed;
    bottom: 0;
    right: 0;
    background: white;
    width: 350px;
}

.message_list {
    max-height: 500px;
    overflow: auto;
}

.minimized {
    height: 50px !important;
    width: 170px !important;
}

.minimized .fa-times {
    display: none;
}

.date {
    color: #aaa;
}