body {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
overflow-y: auto;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial;
	font-size: 16px;
	color: #444;
}

h1, h2, h3 {
	font-weight: normal;
}
input[type="checkbox"], input[type="radio"] {
    scale: 1.2;
}
button {
	background: #5bc7b8;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	border-radius: 3px;

	font-size: 2em;
	font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial;
	cursor: pointer;
}
	.button:hover,
	button:hover {
		background: #0000bb;
		color: #fff;
	}

a {
	color: #333;
	text-decoration: none;
}
	a:hover {
		color: #444;
	}
.clear {
	clear: both;
}

.container {
	position: relative;
	z-index: 100;
}

#stage {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

#tip {
	position: absolute;
	left: 10px;
	right: 0;
	top: 0;
	margin: 0;

	color: #999;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#start {
	position: relative;
	margin: 30vh auto 0 auto;
	text-align: center;
}
	#start p {
		margin: 0 0 10px 0;
	}

#controls {
	position: fixed;
	/*top: 20px;*/
	right: 20px;
}
	#controls .opt {
		padding-top: 10px;
	}
	#controls .opt label {
		margin-top: 10px;
		cursor: pointer;
	}
#options {
	position: fixed;
	/*top: 20px;*/
	left: 20px;
}
	#options .opt {
		padding: 3px;
	}
	#options .opt label {
		margin-top: 5px;
		cursor: pointer;
	}
 #ord {
	margin-top: 3px;
    font-size: 30px;
	line-height: 15px;
	text-align: center;
}   
#score {
	margin-top: 3px;
    font-size: 30px;
	line-height: 15px;
	text-align: center;
}

#notice {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	font-size: 2em;
	text-align: center;
	color: #888888;
	display: none;
}

#stats {
	text-align: center;
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
	#stats li {
		border: 1px solid #444;
		margin-bottom: 7px;
		border-radius: 3px;
	}
	#stats h1 {
		margin: 0;
        font-size:22px;
		padding: 3px;
        width: 90px;
	}
	#stats label {
		background: #444;
		color: #fff;
		font-size: 10px;
		padding: 5px;
		display: block;
		text-transform: uppercase;
	}

.more {
	text-align: center;
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
	.more li {
		border: 1px solid #444;
		margin-bottom: 5px;
        padding:5px;
		border-radius: 3px;
	}
	.more h1 {
		margin: 0;
		padding: 5px;
        width: 120px;
	}
	.more label {
		background: #0c7c7c;
		color: #fff;
		font-size: 16px;
		padding: 5px;
		display: block;
		text-transform: uppercase;
	}
    
#controls .pause {
	margin-top: 30px;
	font-size: 11px;
	text-align: center;
}

.footer {
	position: fixed;
	bottom: 10px;
	left: 10px;
	text-align: center;
}