@CHARSET "ISO-8859-1";
#menu-right{
    z-index: 9;
}
.chat-header{
	display: none;
}
#chat-users-list.mm-current {
    padding-top: 50px;
}
.inside-chat{
	cursor: pointer;
}
.mm-list li span{
	white-space: normal !important;
}
.chat-messages .mm-subtitle{
	position: fixed;
    width: 100%;
    z-index: 10;
    margin-top: -20px;
}
.chat-messages li a.mm-subclose{
	background: rgb(150,180,200) !important;
    color: #000 !important;
}
.mm-list a.mm-subclose:before{
	margin-bottom: 1px;
}
.mm-list a.mm-subclose{
	padding-top: 10px !important;
}
.inside-chat .notification{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 29px;
}