*{margin:0;padding:0;}
body {
	font:1em helvetica,arial,freesans,clean,sans-serif; /* 13.34/16 */
	color:black;
	line-height:1.4em;
	background-color: #F8F8F8;
	padding: 0.7em;
}
p {
	margin:1em 0;
	line-height:1.5em;
}
table {
	font-size:inherit;
	font:100%;
	margin:1em;
}
table th{border-bottom:0.063em solid #bbb;padding:.2em 1em;} /* 1/16 */
table td{border-bottom:0.063em solid #ddd;padding:.2em 1em;} /* 1/16 */
input[type=text],input[type=password],input[type=image],textarea{font:99% helvetica,arial,freesans,sans-serif;}
select,option{padding:0 .25em;}
optgroup{margin-top:.5em;}
pre,code{font:0.75em Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;} /* 12/16 */
pre {
	margin:1em 0;
	font-size:0.75em; /* 12/16 */
	background-color:#eee;
	border:0.063em solid #ddd; /* 1/16 */
	padding:0.313em; /* 5/16 */
	line-height:1.5em;
	color:#444;
	overflow:auto;
	-webkit-box-shadow:rgba(0,0,0,0.07) 0 0.063em 0.125em inset; /* 1/16, 2/16 */
	-webkit-border-radius:0.188em; /* 3/16 */
	-moz-border-radius:0.188em;border-radius:0.188em; /* 3/16, 3/16 */
}
pre code {
	padding:0;
	font-size:1.3em; /* 12/16 */
	background-color:#eee;
	border:none;
}
code {
	font-size:0.75em; /* 12/16 */
	background-color:#f8f8ff;
	color:#444;
	padding:0 .2em;
	border:0.063em solid #dedede; /* 1/16 */
}
img{border:0;max-width:100%;}
abbr{border-bottom:none;}
a{color:#4183c4;text-decoration:none;}
a:hover{text-decoration:underline;}
a code,a:link code,a:visited code{color:#4183c4;}
h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6{border:0;}
h1{font-size:170%;border-top:0.25em solid #aaa;padding-top:.5em;margin-top:1.5em;} /* 4/16 */
h1:first-child{margin-top:0;padding-top:.25em;border-top:none;}
h2{font-size:150%;margin-top:1.5em;border-top:0.25em solid #e0e0e0;padding-top:.5em;} /* 4/16 */
h3{margin-top:1em;}
hr{border:0.063em solid #ddd;} /* 1/16 */
ul{margin:1em 0 1em 2em;}
ol{margin:1em 0 1em 2em;}
ul li,ol li{margin-top:.5em;margin-bottom:.5em;}
ul ul,ul ol,ol ol,ol ul{margin-top:0;margin-bottom:0;}
blockquote{margin:1em 0;border-left:0.313em solid #ddd;padding-left:.6em;color:#555;} /* 5/16 */
dt{font-weight:bold;margin-left:1em;}
dd{margin-left:2em;margin-bottom:1em;}
sup {
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}
kbd {
  display: inline-block;padding: 0.188em 0.313em;font-size: 0.688em;line-height: 0.625em;color: #555;vertical-align: middle;background-color: #fcfcfc;border: solid 0.063em #ccc;border-bottom-color: #bbb;border-radius: 0.188em;box-shadow: inset 0 -0.063em 0 #bbb; /* 3/16, 5/16, 11/16, 10/16, 1/16, 3/16, -1/16 */
}
* {
	-webkit-print-color-adjust: exact;
}
@media screen and (min-width: 57.125em) { /* 914/16 */
    body {
        max-width: 63em; /* 854/16 */
        margin:0 auto;
    }
}
figure{ text-align:center;}
figure img { max-width:100%;}
@media print {
	table, pre {
		page-break-inside: avoid;
	}
	pre {
		word-wrap: break-word;
	}
}

figure figcaption {
	text-align: center;
	font-size: 0.625em; /* 10/16 */
}
