.csv-list-picker-text
{
	text-overflow: ellipsis;
	padding-right: 4px;
}

.list-icon-button
{
	background-image: url('/assets/images/list_icon.png');
	width: 14px;
	height: 14px;
	position: relative;
	left: -20px;
	top: 2px;
	display: inline-block;
	cursor: pointer;
}

.list-icon-button:hover
{
	background-position: 0 -14px;
}
