body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	background: #fff;
	font-family: sans-serif;
	line-height: 22px;
	color: #444;
}

a {
	color: #21759b;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
}

a:hover {
	border-bottom: 1px solid #d54e21;
	color: #d54e21;
}

a:visited {
	color: #4ca6cf;
}

.wrapper {
	max-width: 920px;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
}

header {
	height: 62px;
	background: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
}

header h1 {
	color: #555;
	font-size: 28px;
	line-height: 1em;
	text-shadow: #fff 0px 1px 0px;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	float: left;
}

section {
	font-family: sans-serif;
	line-height: 22px;
	font-size: 13px;
}

section h2 {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dadada;
}

section h3 {
	border-bottom: 1px solid rgb(218, 218, 218);
	color: rgb(51, 51, 51);
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22px;
	margin: 22px 0 11px 0;
	padding: 0;
}

section pre {
	background: rgb(243, 243, 247);
	border: 1px solid rgb(222, 222, 227);
	color: rgb(0, 0, 0);
	display: inline-block;
	font-family: Consolas, Monaco, 'Courier New', Courier, monospace;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 22px 0;
	padding: 11px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

section table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	width: 100%;
}

section tabletable.widefat {
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin-bottom: 11px;
}


section table.widefat td, section table.widefat th {
	font-size: 13px;
	padding: 6px;
	vertical-align: text-top;
}

section table.widefat th {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
}

section ul {
	margin-left: 16px;
	list-style: square;
}