.list-default{
	padding-left: 150px;
}
.list-default a{
	font-weight: inherit;
	text-decoration: none;
	/*color: black;*/
}
.list-default a:hover{
	text-decoration: underline;
	color: #005bff;
}
.list-default ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.list-default ol { 
   list-style-position: inside; 
	counter-reset: item;
    list-style-type: none;
}

.list-default li { 
   list-style-position: inside; 
}
.list-default ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.list-default ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 35px; 
}

.list-default ol > li::before {
    display: inline;	
    width: inherit;
    height: inherit;
    font-weight: inherit;
    text-align: inherit;
    margin-left:inherit;
    position: inherit;
    top: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
	content: " ";
}

.list-default ol > li {
    list-style-type: decimal-leading-zero;
	counter-increment: none;
}

ol
{
    list-style: none;
    margin-left: 0;
}

li
{
    counter-increment: custom;
}

ol li:before
{
    content: counter(custom) " ";   
}

ol li:first-child {
    counter-reset: custom;
}

.list-default ol li {
    font-size: 14px;
	padding: 0;
}

.list-default ul li ul li {
	padding-left: 0;
}


ol.alpha li {list-style-type: lower-alpha !important;}

/*ol.alpha li::before { content: counter(item); }*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
