#chatroom-navbar {
	/*
		width: 100%;
		height: 44px;
		position: relative;
		background: #ccc;
		top: 0px;
		border-bottom: 1px solid #ccc;
		list-style: none;
		padding: 0px;
		right: 0px;
		margin: 0px;
	*/
}
#chatroom-navbar li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
#channel-photo {
	width: 55px;
	height: 55px;
}