
/*
** Font Awesome Lists **/
.fa-ul {
  margin-left: 0 !important;
  list-style:none;
}

.fa-ul > li {
  margin-bottom: 10px;
  color: #3c2142;
  background-color: rgba(242, 166, 245, 0.1);
  padding: 10px 20px;
  list-style:none ! important;
}

/*
** Ordered Lists **/
ol {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none ! important;
	display: block;
	padding-left: 0;
}
	
ol li {
	counter-increment: step-counter;
	margin-bottom: 5px;
	background-color: #DDDDDD;
	padding: 10px 20px;
}

ol li::before {
	content: counter(step-counter);
	background-color: #EEEEEE;
	color: black;
	font-weight: bold;
	font-size: 110%;
	border-radius: 100%;
	padding: 3px 11px;
	margin: 0 8px 0 -10px;
}

ol li::marker {
	display:none;
}
	
article ul li > div, 
article ol li > div,
#editor ul li > div, 
#editor ol li > div {
	display:inline;
}

.entry-blok.leerdoelen ul {
	padding-left:0;
	list-style: none;
}

.entry-blok.leerdoelen ul li {
	position:relative;
	padding-left:30px;
	font-family: Helvetica, sans-serif !important;
}

.entry-blok.leerdoelen ul li::before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 10;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
