@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#expander {
	/*background-color:LightPink;*/
	font-family:'Open Sans';
	/*margin:0 auto;*/
	margin-top:30px;
	padding:10px;
	width:85%;	
}
#expanded ul {
	list-style-type:none;
}
#expanded ul li {
	font-size:.8em;
}
.ui-menu-item {
	font-size:.8em;
}
#expand a, #clear a {
	color:red;
	font-size:12px;
}
#expand a:hover, #clear a:hover {
	text-decoration:none;
}
#clear {
	margin-top:0px;
}
.label {
	font-size:12px;
}
.member {
	/*display:inline;*/
	background-color:#B2CEFE;
	border:1px solid #b2cefe;
	border-radius:12px;
	font-size:12px;
	padding:1px 6px 2px 6px;
}
#distribution {
	background-color:whitesmoke;
	line-height:24px;
	overflow-y:auto;
	padding:10px 3px;
}
.exp {
	background-color:#BAED91;
	border:1px solid #baed91;
	/*padding:2px;*/
}
.exp a {
	/*color:white;*/
}
.member a {
	color:blue;
	cursor:pointer;
}
.rem {
	padding-left:5px;
}
.member > a {
	text-decoration:none;
}
