body{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	font-size: 12px;
	color: #333;
	position: relative;
	right: -80px;
}
#a{
	width: 300px;
    background-color: #000;
	margin: 20px auto;
	text-align: center;
	border: #000 1px solid;
	color: #fff;
}
#b #answer,#answer2{
	margin-top: 10px;
	font-size: 40px;
	background: transparent;
	height: 40px;
	width: 246px;
	border: #000 solid 1px;
	outline: none;
	color: #fff;
}
#c input{
	margin: 2px;
	width: 65px;
	height: 65px;
	outline: none;
}
#d input{
	margin: 2px;
	width: 65px;
	height: 65px;
	outline: none;
}
#e input{
	margin: 2px;
	width: 65px;
	height: 65px;
	outline: none;
}
#f input{
	margin: 2px;
	width: 65px;
	height: 65px;
	outline: none;
}
#g input{
	margin: 2px;
	width: 65px;
	height: 65px;
	margin-bottom: 5px;
	outline: none;
}
#bs1,#bs2,#bs3,#bs4,#bs5,#bs6,#bs7,#bs8,#bs9,#bs10{
	font-size: 30px;
	font-weight: bold;
	background: #333;
	color: #fff;
	border: #000 solid 1px;
	border-radius: 90px;
}
#fs1,#fs2,#fs7,#fs8{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	background: #ccc;
	border: #ccc solid 1px;
	border-radius: 90px;
}
#fs3,#fs4,#fs5,#fs6,#fs10{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: rgb(255, 163, 24);
	border: orange solid 1px;
	border-radius: 90px;
}
#fs9{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: #333;
	border: #000 solid 1px;
	border-radius: 90px;
}
