.demo-item-image {
	position: absolute; /* Vertically align the image in it's container (position, top, bottom, margin)*/
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 5px;
	width: 100px;
}

.demo-item-link {
}

.ui-listview>li p {
	white-space: normal; /* allows multiline list item descriptions */
}