﻿section ul span {
	font-weight: bold;
}

/*
 * Bullets
 */
section ul {
	list-style-type: circle;
	padding-left: 20px;
}

section ul ul {
	list-style-type: square;
	padding-left: 40px;
}

section ul ul ul {
	list-style-type: none;
	padding-left: 60px;
}
