#wrapper {
	border: solid; 1px;
	border-radius: 10px;
	width: 640px;
	margin:0 auto;
	text-align: center;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	background-color: #FFF5EE;
	font-family: sans-serif;
}

#title {
	margin-bottom: 0px;
	font-family: serif;
}

#subtitle {
	font-family: serif;
}

#description {
	width: 540px;
	margin:0 auto;
	text-align: left;
	font-size: 9pt;
}

#result {
	width: 240px;
	margin:0 auto;
	text-align: left;
}

#notice {
	color: #FC0107;
	font-weight: bold;
}

.black {
	color: white;
	background-color: black;
}

th {
	text-align: left;
}

button {
	border-radius: 10px;
	border:1px solid #000000;
	background-color: white;
	box-shadow:0 2px 2px 0 #555;
	font-weight: bold;
}

#start, #replay, #mark {
	width: 100px;
	background-color: #b0c4de;
	/*color: white;*/
}



