ul.is-style-square {
	list-style-type: square;
}

ul.is-style-disc {
	list-style-type: disc;
}

ul.is-style-circle {
	list-style-type: circle;
}

ul.is-style-star {
	list-style-type: '\2B50';
}

ol.is-style-upper-alpha {
	list-style-type: upper-alpha;
}

ol.is-style-lower-alpha {
	list-style-type: lower-alpha;
}

ol.is-style-upper-roman {
	list-style-type: upper-roman;
}

ol.is-style-lower-roman {
	list-style-type: lower-roman;
}

ol.is-style-decimal {
	list-style-type: decimal;
}