.admin-chat .text {
    max-height: 500px;
    background: #F8F8F8;
    padding: 10px;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
}

.admin-chat .text .time {
    font-weight: bold;
}

.admin-chat .text a {
    font-weight: bold;
}
.admin-chat .text p {
    margin: 0;
    padding: 2px 0;
}
.admin-chat .text p:hover {
    background: #EEEEEE;
}
.admin-chat .text span.action:hover {
    color: #5cb85c;
}
.chat-ban-user-1-js {
    color: #f0ad4e;
}
.chat-ban-user-24-js {
    color: #d9534f;
}