.csection-cells .cell[data-type="list"] .list-wrap {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 1.4em;
}

.csection-cells .cell[data-type="list"][data-listtype="disc"] .list-wrap {
	list-style-type: disc;
}
.csection-cells .cell[data-type="list"][data-listtype="circle"] .list-wrap {
	list-style-type: circle;
}
.csection-cells .cell[data-type="list"][data-listtype="square"] .list-wrap {
	list-style-type: square;
}
.csection-cells .cell[data-type="list"][data-listtype="decimal"] .list-wrap {
	list-style-type: decimal;
}
.csection-cells .cell[data-type="list"][data-listtype="decimal-leading-zero"] .list-wrap {
	list-style-type: decimal-leading-zero;
	padding-left: 2.8em;
}
.csection-cells .cell[data-type="list"][data-listtype="lower-roman"] .list-wrap {
	list-style-type: lower-roman;
	padding-left: 2.8em;
}
.csection-cells .cell[data-type="list"][data-listtype="upper-roman"] .list-wrap {
	list-style-type: upper-roman;
	padding-left: 2.8em;
}
.csection-cells .cell[data-type="list"][data-listtype=""] .list-wrap {
	
}

@media only screen and (max-width:640px){
	.csection-cells .cell[data-type="list"] .list-wrap li {
		
	}
}
