.yiichat .exceded {
    color: red;

}
.yiichat {
    _background: #131313 none repeat scroll 0 0;
    background: #ffffff none repeat scroll 0 0;
}
.yiichat .posts {    

    font-size: 12px;    
    border: 1px dotted #eee;
    display: block;	
    overflow-x: hidden;
    overflow-y: scroll;
    height: 425px;
}

.yiichat .posts::-webkit-scrollbar
{
    width: 3px;  /* for vertical scrollbars */
    height: 3px; /* for horizontal scrollbars */
}

.yiichat .posts::-webkit-scrollbar-track
{
    background: #3f3f3f none repeat scroll 0 0;
    bottom: 9px;
    height: auto !important;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
}

.yiichat .posts::-webkit-scrollbar-thumb
{
    background: #cecece none repeat scroll 0 0;
    cursor: move;
    height: 45px;
    position: relative;
    top: 0;
}

.yiichat .posts .post {
    display: block;	
    overflow: auto;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: auto;
    padding: 2px;
}

.yiichat .posts .post .track {
    //background-color:  #eee;
    //padding: 3px;
    //color: #333;
    //float: left;
    overflow: auto;
    //margin-right: 10px;
}

.yiichat-post-myown .text {
    //background-color: #ddd;
    //background-color: rgba(255, 255, 255, 0.016);
    //border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    //transition: background-color 0.3s ease-in-out 0s;
    color: #1975FF !important;
}
.yiichat .posts .post:nth-child(2n) {
    background-color: #f2f2f2;
}

.yiichat .posts .post .track .time {
    color: #A6A6A6;
    font-size: 12px;    
}
.yiichat .posts .post .track .owner {
    color: #bc5000;
    font-size: 12px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0.4em 0 0.2em;
    margin:0px;
    text-align: right;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 6em;
    height:15px;
}

.yiichat .posts .post .text {
    text-align: left !important;
    color: #4C4C4C;
}

.yiichat textarea {
    background-color: #EDEDED;
    font-size: 12px;
    color: #000;
    width: 80%;
    float: left;
    display: inline-block;
    //position: absolute; left:0;right:0;bottom:0;top:0 
}
.yiichat .you {    
    display: inline-block;
    position: relative;
    width: 100%;
    margin:0px;
    padding:0px;
}

.yiichat .you button {    
    display: inline-block;
    margin:0px;
    top:0px;
    bottom:0px;
    right:0px;
    width:20%;
    height:100%;
    position: absolute;
}
