body
{
	margin: 0;
	background-color: #f5f6f8;
	font-size: 100%;
}

#wrap { width: 100%; }
h1 { font-size: 1.4em; }

form
{
	width: 80%;
	margin: 24px 0;
}


#header { display: none; }

#headermobile
{
	display: block;
	text-align: center;
	width: 100%;
	height: 80px;
	background: #f5f6f8 url(../images/header-graphic-handheld.jpg) top right no-repeat;
}
.dataset { clear: left; background: #fff; }

#headermobile h1, h2 { width: 100%; margin: 0; padding: 0; text-align: center; }
#headermobile h2 { padding-top: 1em; }

fieldset
{
	border: 1px solid #eee;
	border-top-width: 0;
	border-top-color: #fff;
	background-color: #fff;
	padding: .5em;
}

pre {
	width: 95%;
	line-height: 1.25;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}