﻿/*.chat-frame {
    width: 850px;
}
*/
.chat-left-frame {
    height: 460px;
    border: 1px solid #999;
    padding: 2px;
    overflow: auto;
}

.chat-right-frame {
    height: 460px;
    border: 1px solid #999;
    padding: 2px;
    overflow: auto;
}

.messageShowPlatform {
    height: 224px;
    overflow: auto;
}

.chat-user {
    margin-top: 0;
    cursor: pointer;
}

.chart-user-selected {
    background-color: #ffd800;
}

.Chat-user-icon {
    height: 40px !important;
    width: 40px !important;
}

.chat-currentuser {
    height: 15px;
    color: slategray;
    font-weight: bold;
    font-size: 20px;
}

.chat-session {
    font-weight: bold;
}
