<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reflective Design Project Concept Position Map */
/*
 * Gratuitous use of CSS positioning.  Guilty as charged.
 */

#control {
	top:			15%;
	left:			10px;
}

#irrationality {
	top:			25%;
	left:			10px;
}

#predictability {
	top:			35%;
	left:			10px;
}

#efficiency {
	top:			45%;
	left:			10px;
}

#commodification {
	top:			55%;
	left:			10px;
}

#quantification {
	top:			65%;
	left:			10px;
}

#context {
	top:			75%;
	left:			10px;
}
</pre></body></html>