body {
	font: 13px Helvetica, arial, freesans, clean, sans-serif;
	line-height: 1.4;
	color: #333;
}

h3 {
	color: #8f8f8f;
}

.-sew-list-container {
	background: white;
	border: 1px solid #DDD;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	min-width: 180px;
}

.-sew-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 100px;
	overflow: scroll;
}

.-sew-list-item {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}


.-sew-list-item small {
	color: #afafaf;
}

.-sew-list-item.selected {
	color: white;
	background: #4183C4;
	text-decoration: none;
}