/* MULTI-COLUMN LIST

*** NOTES ***
[2005-09-20 bsweeney]
Please refer to the accompanying manual for information about how to implement.
*/

.mclList, .mclList * {
	box-sizing: border-box;
}

.mclList, .mclList img {
	box-sizing: content-box;
}

.mclList li {
	overflow: auto;
}

.mclList.nobullets {
	display: block;
	list-style-type: none;
}

.mclList.nobullets > li {
	display: block;
	list-style-type: none;
}
