body {}

.msg_box {
    position: fixed;
    bottom: -5px;
    width: 250px;
    right: 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ddd
}

.msg_head {
    background: #000;
    color: #fff;
    padding: 8px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px 5px 0 0
}

.msg_body {
    background: #fff;
    height: 200px;
    font-size: 12px;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden
}

.msg_input {
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.close {
    float: right;
    cursor: pointer
}

.minimize {
    cursor: pointer;
    padding-right: 5px
}

.msg-left {
    position: relative;
    background: #e2e2e2;
    padding: 5px;
    min-height: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 5px;
    word-break: break-all
}

.msg-right {
    background: #d4e7fa;
    padding: 5px;
    min-height: 15px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    word-break: break-all
}

.msg-user {
    background: #fae6d4;
    padding: 5px;
    min-height: 15px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    word-break: break-all;
    text-align: right
}

#chat-sidebar {
    width: 250px;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #b2b2b2
}

#sidebar-user-box {
    padding: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    font-family: Calibri;
    font-weight: 700;
    cursor: pointer
}

#sidebar-user-box:hover {
    background-color: #999
}

#sidebar-user-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

img {}

#slider-username {
    float: left;
    line-height: 30px;
    margin-left: 5px
}