#content {
	width: 61em; /* content_fullpage_width */
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2.25em;
}

#content li { 
	text-indent: -2.25em;
}

#content ul ul li:before {
	content: "[E1]  ";
	color: #ccc;
}

#content ul ul ul li:before {
	content: "[E2]  ";
	color: #ccc;
}

#content ul ul ul ul li:before {
	content: "[E3] ";
	color: #ccc;
}

#content ul ul ul ul ul li:before {
	content: "[E4] ";
	color: #ccc;
}

#content ul ul ul ul ul ul li:before {
	content: "[E5]  ";
	color: #ccc;
}

#content ul ul ul ul ul ul ul li:before {
	content: "[E6]  ";
	color: #ccc;
}

#content ul ul ul ul ul ul ul ul li:before {
	content: "[E7]  ";
	color: #ccc;
}

p.generator, p.status {
	margin: 0;
	color: #aaa;
}

p.generator {
	margin-top: 1em;
}

p.contextinfo {
	margin-bottom: 1em;
}

h2.hierarchy {
	margin-bottom: 0.6em;
}

.image img {
	border: none;
	background: transparent;
}

@media screen and (max-width: 60.9em) {
	body, #page, #content, .articlenav {
		float: none;
		width: 98%;
		margin: 0;
		padding: 1%;
	}
}



