body {
	font-size: 90%;
}

tr.rule:hover {
background-color: #FAFAD2;
}

tr.scrule {
font-size: 1.2em; 
}

tr.scrule:hover {
background-color: #DCDCDC;
}

tr.scrule {
background-color: #98FB98;
}

th.style1 {
	color: #FFFFFF;
}

.notes {
	width: 100%;
	height: auto;
}

.checklist {
	background: #E6E6FA;
	background-color: #E6E6FA;
	border: thin;
	border-color: #000066;
	border-style: solid;
}

td, th {
	border: thin;
	border-color: #000066;
	border-style: solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

p.or {
	width: 99%;
	margin: 2px;
	border: thin;
	background: #FF8C00;
	display: block;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.scgroup {
	display:table-cell; 
	padding:5px;
	width: 100%;
}

.scnum {
clear: both;
float: left;
vertical-align: middle;
width: 15%;
display: table-cell;
text-align: center;
font-weight: bold;
padding-top: .5em;
}

.sctext {
clear: right;
margin-left: 20%;
padding-left: 0;
padding-right: 1em;
display: table-cell;
}

.testlink {
	margin-left: .5em;
	margin-right: .5em;
	text-transform: uppercase;
}

.techlink {
	margin-left: .5em;
	margin-right: .5em;
	text-transform: uppercase;
}

p.nopad {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}