p.present {
	display : block;
	margin : 2em 0 .5em 0;
}

p.regrets {
	display : block;
	margin : 0 0 2em 0;
}

ul { 
	margin : 1em 0 0 0;
	padding : 0;
}

ol { 
	margin : 1em 0 0 0;
	padding : 0;
}

th {
font-size : 95%;
font-weight : bold;
text-align : left;
}

/*-----------------------------------------------------*/
/*	Main numbered steps	*/
/*-----------------------------------------------------*/

li {
	margin : 1em 0 1em 2em;
	padding-top : 0.05em;
}

li.stepNS {
	margin : 0 0 0 2em;
}

li.noStep {
	margin : 0 0 1em 2em;
	list-style-type : none;
	display : block;
}

li.Action {
	margin : 0 0 1em 2em;
	list-style-type : none;
	display : block;
}

li.Motion {
	margin : 0 0 1em 2em;
	list-style-type : none;
	display : block;
}

/*-----------------------------------------------------*/
/*	First sub-steps		*/
/*-----------------------------------------------------*/

li.squarebullet {
	margin: 0 0 1em 1em;
	list-style-type : square;
}

li.squarebulletNS {
	margin: 0 0 0 1em;
	list-style-type : square;
}

li.noBullet {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

li.noBulletNS {
	margin : 0 0 0 1em;
	list-style-type : none;
	display : block;
}

li.Action-square {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

li.Motion-square {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

/*-----------------------------------------------------*/
/*	Second sub-steps		*/
/*-----------------------------------------------------*/

li.roundbullet {
	margin : 0 0 1em 1em;
	list-style-type : disc;
}

li.roundbulletNS {
	margin : 0 0 0 1em;
	list-style-type : disc;
}

li.subNoBullet {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

li.Action-round {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

li.Motion-round {
	margin : 0 0 1em 1em;
	list-style-type : none;
	display : block;
}

/*-----------------------------------------------------*/
/*	Third sub-steps		*/
/*-----------------------------------------------------*/

li.substep {
	margin : 0 0 1em 1em;
	list-style-type : circle;
}

li.substepNS {
	margin : 0 0 0 1em;
	list-style-type : circle;
}