*{
	font-size: 12pt;
}

body {
	width: 50%;
	margin: auto;
	background-color: #F1F1F1;
	color: #0F0F0F;
	line-height: 1.5;
	font-family: "Lucida Console", monospace;
}

@media (max-width: 600px) {
	body {
		width: 90%;
	}
}

canvas { 
	border: 1px solid black;
    padding: 0;
    margin: auto;
    display: block;
	width: 100%;
}

div.title {
	text-align: center;
	font-size: 14pt;
}

div.heading {
	font-size: 14pt;
	margin-top: 2em;
}

div.image {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: auto;
}

img {
	width: 100%;
	height: auto;
	border: 1px solid black;
	font-style: italic;
}

p {
	justify-content: left;
}

li {
	line-height: 1.5;
}

code {
	padding: 2em;
}

div.c_code {
	background-color: #FCFCFC;
	padding: 1em;
	line-height: 1;
}

table.asm {
	font-size: 14pt;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCFCFC;
	width: 100%;
}

table.asm td {
    padding-right: 1em;
}

td.comment {
	color: #9F9F9F;
	font-style: italic;
}

td.opcode {
	font-weight: bold;
}

p.c1 {
	text-indent: 4em;
}
p.c2 {
	text-indent: 6em;
}
p.c3 {
	text-indent: 8em;
}
p.c4 {
	text-indent: 10em;
}
p.c5 {
	text-indent: 12em;
}
p.c6 {
	text-indent: 14em;
}


