@import 'simple1.css';
div#webmapper
	{
	float: right;
	width: 280px;
	}
div#webmapper h4
	{
	color: green;
	font-size: 1.2em;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: right;
	}
div#webmapper h5
	{
	color: orange;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	}
div#webmapper caption
	{
	color: green;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	}
li.separated
	{
	height: 2em;
	}
p#cite
	{
	background-color: black;
	color: yellow;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	}
p#jumptable
	{
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	}
p#meta
	{
	background-color: silver;
	color: red;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.5em 0;
	text-align: center;
	}
table.reqs, table.macos
	{
	background-color: white;
	border: none;
	border-collapse: collapse;
	color: black;
	margin: 2em 0 2em 0;
	padding: 1em;
	text-align: left;
	}
table.reqs caption, table.macos caption
	{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	}
table.reqs th, table.macos th
	{
	background-color: inherit;
	border: inherit;
	font-weight: bold;
	vertical-align: top;
	}
td.em
	{
	font-weight: bold;
	}
table.reqs td, table.macos td
	{
	background-color: inherit;
	border: inherit;
	}
ul.snug
	{
	list-style-type: none;
	margin: 0em 0.5em;
	padding: 0;
	}
ul.insnug
	{
	list-style-position: inside;
	margin: 0em 0.5em;
	padding: 0;
	}
dl#datanav dt, dl#datanav dd
	{
	padding: 0.3em 0 0.1em;
	}

