
@media all {
	.content-formatted ul:not(.clear) {
		padding: 0;
		list-style-type: none;
	}
	.content-formatted ul:not(.clear) li {
		padding-left: 20px;
		position: relative;
	}
	.content-formatted ul:not(.clear) li + li {
		margin-top: .5em;
	}
	.content-formatted ul:not(.clear) li:before {
		content: '';
		width: .5em;
		height: .5em;
		position: absolute;
		top: .5em;
		left: 0;
		display: block;
	}
}