#host-list {
	background:   #333;
	margin:       0;
	padding:      16px 32px;
	border-right: 1px solid #aaa;
}

#host-list .group {
	display:     block;
	margin-top:  8px;
}

#host-list .group:first-child { margin-top: 0; }

#host-list .group .name {
	text-transform: uppercase;
	font-size:      15px;
	color:          rgba(255, 255, 255, 0.75);
	font-weight:    bold;
	white-space:    nowrap;
}

#host-list .group-members {
	display:       none;
	margin-bottom: 16px;
	margin-top:    4px;
	padding-top:   0px;
	/*
	border-top:    1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}

#host-list .group .host {
	line-height: 24px;
	font-size:   14px;
	color:       rgba(255, 255, 255, 0.75);
	font-weight: bold;
	font-family: monospace;
	/*
	*/
	white-space: nowrap;
}

#host-list .group .host div {
	margin-right:   4px;
	display:        inline-block;
	vertical-align: middle;
}


#host-list .group .host .text {
	min-width: 64px;
}

#host-list .group .host div img {
	height: 8px;
	width:  8px;
}

#host-list .group .host .comment {
	display:       inline-block;
	line-height:   24px;
	font-size:     13px;
	font-weight:   normal;
	font-family:   sans-serif;
	color:         rgba(255, 255, 255, 0.6);
}
