html
{
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body
{
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
article,
aside,
footer,
header,
nav,
section
{
    display: block
}

.screenshot
{
	padding: 16px;
	box-sizing: border-box;
}
.note
{
	font-style: italic;
	font-size: 80%;
	color: #808080;
}
td, th, tr
{
	padding: 10px;
}
th
{
	text-align: left;
	font-weight: bold;
}
table.asm td
{
	padding: 2px 6px;
	min-width: 90px;
	white-space: nowrap;
}
table.instruction_set
{
	border-collapse: collapse;
	font-size:80%;
	margin: 8px 20px;
}
table.instruction_set td, table.instruction_set th
{
	min-width: 100px;
	padding: 1 5px;
	border: 1px solid #d0d0d0;
}
table.instruction_set tr td:nth-child(3), 
table.instruction_set tr td:nth-child(4)
{
   text-align: center;
}
table.reference
{
	margin: 8px 20px;
	padding: 1 5px;
}
table.reference td
{
	padding: 2px 6px;
}
table.reference
{
	font-size: 80%;
}
tr.sechead
{
	font-weight: bold;
	color: maroon;
}
tr.sechead td
{
	padding: 10px 0 4px;
}
div.menu
{
	display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
h1
{
    font-size: 2em;
    margin: .67em 0;
    color: maroon;
}
figcaption,
figure,
main
{
    display: block
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace;
    font-size: 1em
}
a
{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    border-bottom: 1.5px dashed rgba(70, 185, 128, .5);
    color: #20b040;
    font-weight: 500;
    text-decoration: none;
}
a.screenshot
{
	border-bottom: none;
}
a:active,a:hover
{
    outline-width: 0
}
a:focus,a:hover
{
    border-bottom: 3px solid #46b980
}
a.screenshot:focus, a.screenshot:hover
{
	border-bottom: none;
}
b,strong
{
    font-weight: inherit;
    font-weight: bolder
}
p.note
{
	color: #909090;
	font-style: italic;
	font-size: 80%;
}
span.keyboard
{
	font-size: 90%;
	font-weight: bold;
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
blockquote
{
    font-style: italic;
}
code,kbd,samp
{
    font-family: monospace;
    font-size: 1em
}
dfn
{
    font-style: italic
}
mark
{
    background-color: #ff0;
    color: #000
}
small
{
    font-size: 80%
}
sub,sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup
{
    top: -.5em
}
audio, video
{
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
img
{
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
button, input, optgroup, select, textarea
{
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button]
{
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details,menu
{
    display: block
}
summary
{
    display: list-item
}
canvas
{
    display: inline-block
}
[hidden], template
{
    display: none
}

*,:after, :before
{
    box-sizing: border-box
}
html
{
    height: 100%;
    color: #404040;
    font: 400 1em/1.4 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx),(min-resolution: 144dpi)
{
    html
    {
        font-weight: 300
    }
}
h1
{
    font-weight: 300;
    font-size: 2em;
    -webkit-font-kerning: normal;
    letter-spacing: -.015em;
    line-height: 1;
    margin: .25em 0 .75em
}
@media (min-width: 768px)
{
    h1
    {
        font-size: 2em;
        margin: .25em 0 0.5em
    }
}
h2 {
    font-size: 1.333em;
    margin: 1em 0 0.3em
}
h2,
h3 {
    color: maroon;
    font-weight: 600;
}
h3 {
    font-size: 1em
}
h3,p,pre
{
    margin: 0.5em 0 0 0;
}
code,pre
{
    font-family: Menlo, Monaco, monospace
}
code {
    font-size: .9em;
    font-weight: 400;
    color: #000
}
pre>code {
    font: inherit;
    color: inherit;
}
ol,ul
{
	list-style: square;
    margin: 1em 0 1.5em;
    padding: 0 0 0 1.5em;
}
li
{
    margin-bottom: .333em;
}
figure
{
    margin: 0;
}
figcaption
{
	font-size: 0.8em;
	font-style: italic;
	color: #808080;
	padding: 0 16px;
}
figure img.screenshot
{
	padding: 0 16px;
}
strong
{
    font-weight: 600;
}
.footer, .header
{
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}
.frame
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.content
{
    margin: 0.3em 0 0.15em;
    padding: 0 0.2em;
    width: 80%;
}
.nav
{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    padding: 0.6em;
    border-radius: 3px;
    background: hsla(31, 15%, 50%, .1);
}
@media (min-width: 900px)
{
    .content
	{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 2em;
        margin: 1em 0 0.75em;
	}
    .nav
	{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12em;
        flex: 0 0 12em;
		padding: 0 1em;
    }
	figure
	{
		margin: 1em 40px
	}
}
pre
{
    border-radius: 3px;
    background: hsla(31, 15%, 50%, .1);
    font-size: .85em;
    margin-bottom: 1.76471em;
    padding: 1.25em 1.5em
}
a.big_button {
    background-color: #4CAF50;
    border: 1px solid #20F020;
    color: white;
    padding: 3px 7px;
	margin: 0 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	outline-width: 0;
}
a.big_button:hover
{
	background-color: #7CCF90;
	outline-width: 0;
}