.roundRect {
	-webkit-border-radius: 8px;
	min-height: 60px !important;
	border: 1px solid rgb(135, 135, 135);
	background-color: white;
	position: relative;
	padding: 10px;	
}

.alignedImage {
	vertical-align: middle;
}

.listingDesc {
	font-size: 8pt; 
	font-weight: normal; 
	white-space: wrap
}

.listingHeader {
	font-size: 16px;
}

.descriptionHeading {
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}

.nativeapp_desc > img {
	padding-right: 1em;
}

