/* Stil pentru chat-box */
        #chat-box {
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
		
