/*
-----------------------Navbar tidy for mobiles--------------------------------------- */
@media all and (min-width : 350px) and (max-width : 700px) {
	.arrownight, a.header-avatar img { 
	    display: none !important; 
	    }
}
/*
-----------------------Mchatrooms--------------------------------------- */
@media all and (min-width : 350px) and (max-width : 750px) {
        .mchat-rooms-toggle-container.mchat-rooms-toggle-collapsible {
        top: -19px !important;
        margin-bottom: -9px;
    }
}

@media all and (min-width : 350px) and (max-width : 700px) {
	.mchat-rooms-body {
	    min-width: 100% !important;
	}
}


/*
-------------------------------------------------------------- */
