#lastmodified li {
	cursor: pointer;
	border-bottom: 1px dashed #999;
	text-decoration: none
}

#lastmodified li::before {
	content: "\f044"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}
