body {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12px;
	overflow:scroll;
	margin:0;
	padding:0;
}

h1 {
	color: #b70808;
	font-size:1.8em;
	margin-bottom:10px;
	margin-top:14px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}

.container {
	width:700px;
	margin: 0 auto;
}

textarea, select, input {
	width:100%;
}

textarea, select {
	font-size:2.0em;
	text-align:center;
	padding:15px;
	margin:15px 0;
}

button {
	background:#04a019;
	color:#fff;
	padding: 15px 0;
	border:0;
	font-weight: bold;
	font-size: 1.7em;
	cursor: pointer;
	width:100%;
}

#clear {
	background:#eee;
	color:#b70808;
	padding:5px 0;
	font-size:1.2em;
}

p {
	text-align:center;
}


.navigation {
	margin: 15px 0;
	padding: 0;
}
.navigation li {
	display:block;
	text-align:center;
	padding:13px 0;
	font-size:1.6em;
	font-weight: 500;
	background: #b70808;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom:3px;
}
.navigation li a:hover, .navigation li a:active {
	background:#fff;
	color: #b70808;
}

.ok {
	font-size: 2.5em;
	text-align: center;
}
#check {
	color: #04a019;
	font-size:7.0em;
	/*margin-bottom: 0;*/
}

@media only screen and (max-width: 800px) {
	.container {
		max-width: 100%;
	}	
	form { 
		width:95%;
		margin: 0 auto;
	}
}