/*
	Font Styles for Assigments.
*/

.assignments-content h1 {
	color: #0a6441;
	margin-top: .5em;
}
.assignments-header {
	color: #7f8281;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 8.5pt;
	font-weight: bold;
}

.assignments-content ol, .assignments-content ul {
	margin-left: 0em;
	margin-bottom: .5em;
	padding-left: 2em;
}

.assignments-content ol ol {
	margin-left: 0em;
	margin-bottom: 1em;
	padding-left: 1.75em;
}

.assignments-content table.example th {
	font-size: small;
	padding-top:.5em;
}

.assignments-content table.example td {
	padding:.25em .75em;
	font-size: small;
}

.widenumbers {
	letter-spacing: .75em;	
}

.assignments-content p.first {
	margin-top: .5em;
	margin-bottom: 0em;
}

.assignments-content p.next {
	margin: 0em;
	text-indent: 1em;
}

.assigment-content li .first {
	margin-top: .25em;
}

.assigment-content li table {
	margin-top: .25em;
}