* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: sans-serif;
	word-wrap: break-word;
	background: #eee;
	color: #000;
}
h1, h2, h3 {
	font-weight: normal;
}
.lookup {
	position: relative;
	height: 2em;
}
.lookup > label {
	position: absolute;
	left: 0;
	width: 110px;
	top: 6px;
	bottom: 6px;
	text-align: right;
	white-space: nowrap;
}
.lookup > .field {
	position: absolute;
	left: 118px;
	right: 98px;
	top: 0;
	bottom: 0;
}
.lookup > .field > input {
	padding: 4px 8px;
	font-size: large;
}
.lookup > .submit {
	position: absolute;
	right: 0;
	width: 90px;
	top: 0;
	bottom: 0;
	font-size: large;
}
.wrap > input {
	width: 100%;
	height: 100%;
}
* + h2, * + h3 {
	margin-top: 0.5em;
}
p, ul {
	margin-top: 0.5em;
}
a:link {
	text-decoration: none;
	color: #0000ee;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
}
a:active {
	color: #ee0000;
}
.deprecated, .obsolete {
	opacity: 0.5;
}
.entry {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 12px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	background: #fff;
}
li {
	margin-left: 30px;
}
.margin {
	margin: 12px;
}
.date {
	text-align: center;
	font-style: italic;
}
.nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.break {
	word-break: break-all;
}
.footer {
	font-size: small;
	text-align: center;
}
.center {
	text-align: center;
}
