ul.applist {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}

ul.applist li {
	background-color: rgb(25,56,138);
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 6px;
	margin-bottom: 3px;
}

ul.features {
	line-height: 150%!important;
}