
p.llist:before {
	content: counter(css-counter) '. ';
}

.ltext {
	background: #fbfbfb;
	width: 100%;
	position: relative;
	margin: 0 !important;
	padding: 3px 8px !important;
}

.llist {
	counter-increment: css-counter 1;
	background: #fbfbfb;
	width: 100%;
	position: relative;
	margin: 0 !important;
	font-weight: 700;
	color: #010101;
	padding: 3px 8px;
}