div.modal-body *
{
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

div.modal-body strong
{
	font-weight: 700;
}

/* Reset list style - Popup */
div.modal-body > ol, ul
{
	padding-left: 40px;
}

div.modal-body > ol > li
{
	list-style: decimal outside none;
}

div.modal-body > ul > li
{
	list-style: disc outside none;
}


/* Reset list style - Site content */
div.custom-part > ol, ul
{
	padding-left: 40px;
}

div.custom-part > ol > li
{
	list-style: decimal outside none;
}

div.custom-part > ul > li
{
	list-style: disc outside none;
}