#content #packet-item-list ul,
#content #packet-item-list li
{
	list-style: none;
	display: block;
	clear: both;
	position: relative;
}

#content #packet-item-list ul
{
	padding: 0 1em;
	margin: 1em 0;
}

#content #packet-item-list li
{
	outline: thin solid #ccc;
	padding: .8em 1em;
	margin: 1em 0;
	background: white;
	background: rgba(255, 255, 255, .8);
	cursor: move;
}

#content #packet-item-list .ui-state-highlight
{
	background: #f5f5f5;
	outline: thin dotted #ccc;
	list-style: none;
	display: block;
	overflow: hidden;
}

/* add a non-breaking space so it has normal text height */
.ui-state-highlight:after
{
	content: '\00a0';
}