﻿#instructions, #extras, #extensions, #resources {
    font-size: 110%;
    line-height: 1.5em;
	padding: 6px;
	margin: 30px;
	width: 90%;
	page-break-inside: avoid;
}
#instructions ol {
    font-size: 110%;
}
#instructions ol ol {
    font-size: 100%;
}
#instructions ol ol ol {
    font-size: 100%;
}
#instructions ol li {
    clear: right;
}
#instructions ol li ol li,
#instructions ol li ul li {
    clear: none;
}
#instructions {
	border: 3px #cc3300 dashed;
}
#instructions h1, #instructions h2 {
	background: #cc3300;
	color: #ffffff;
	padding: 3px;
}
#extras {
	border: 3px #ff6600 dashed;
}
#extras h1, #extras h2 {
	background: #ff6600;
	color: #ffffff;
	padding: 3px;
}
#extensions {
	border: 3px #0033cc dashed;
}
#extensions h1, #extensions h2 {
	background: #0033cc;
	color: #ffffff;
	padding: 3px;
}
#resources {
	border: 3px #009933 dashed;
}
#resources h1, #resources h2 {
	background: #009933;
	color: #ffffff;
	padding: 3px;
}
img.step {
    margin: 5px; float: right;
}