/* # List
–––––––––––––––––––––––––––––––––––––––––––––––––– */

	/* ## Nested lists
	–––––––––––––––––––––––––––––––––––––––––––––––––– */

	ul 				{ list-style-type: disc; }
	ul ul 			{ list-style-type: circle; }
	ul ul ul 		{ list-style-type: square; }

	ol 				{ list-style-type: decimal; }
	ol ol 			{ list-style-type: lower-alpha; }
	ol ol ol 		{ list-style-type: lower-greek; }

	ul, ol, li, dl, dt, dd { list-style-type: none; }
