@charset "UTF-8";
/* CSS Document */


    canvas {
	margin: 5px;
	background-color: #FFF;
	padding: 0px;
}
h1 {
	font-family: 'Russo One', sans-serif;
	color: #495A87;
	font-size: 24px;
	margin: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #495A87;
}
section {
	width: 95%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color: white;
	border-radius: 10px 8px 5px 12px;
	box-shadow: 5px 5px 5px #999;
	}
.options
{
	width: 29%;
}
