@charset "UTF-8";
/* CSS Document */
html, body{
	background-color:#888;
}
#wrapper{
	background-color:#FFF;
	max-width:1280px;
	margin:0 auto;
	padding:0 1% 1em;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h1{
	padding-top:1em;
}
h2 span{
	font-size:1rem;
}
section{
	padding:2em 0;
	border-top:dashed 1px #00D;
}
.flex{
    display:flex;
    justify-content: space-between;
}
.flex div:first-child{
    margin-right:1%;
}

code{
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-weight:bold;
    font-size:0.8em;
}
.canvasBox{
	width:1200px;
	margin:0 auto;
}
#c1{
    border: dashed 1px #888;
}
.obs{
	color:red;
}

footer{
	text-align:center;
	border-top:dashed 1px #00d;
	border-bottom:dashed 1px #00d;
	padding:1em 1%;
	margin:1em 0;
}
footer a{
	color:#00d;
	text-decoration:none;
	font-style:italic;
}
