.ul_users li > a > p:last-child {
    width: 35px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul_users li > a > p:first-child{
	text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 36px);
    white-space: nowrap;
}
span#condomChatText {
    width: calc(100% - 46px);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fixed-chat{
    z-index: 1001;
}