#gamebox {
	font-size:18px;
	color:#fff;
	background-color: #faf8ef;
	overflow: hidden;
	width: 775px;
	height: 430px;
	position: relative;
}
#canvas{
	margin-left: 15px;
}
.header{
	position: relative;
	width: 120px;
	padding: 5px;
	float: left;
}
.controlButton{
	/*width: 430px;*/
	width: 120px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.controlButton:before,.score:before{
	clear: all;
}
.grade {
	height: 30px;
	margin-bottom: 5px;
}

.newGrade {
	/*width: 121px;*/
	width: 120px;
	padding: 5px 0px;
	margin: auto;
	font-size: 16px;
	float: left;
}
.bgDefault {
	border: 1px solid #fabe6e;
	background-color: #fabe6e;
	border-radius: 4px;
}
.bgClick {
	border: 1px solid #bbada0;
	background-color: #bbada0;
	border-radius: 4px;
}
.easy {
	float: left;
	margin-bottom: 5px;
}
.medium {
	float: left;
	margin-bottom: 5px;
}
.hard {
	float: left;
	margin-bottom: 60px;
}

.pauseAndNew {
	height: 30px;
}
.pauseAndNew > span{
	/*width: 185px;*/
	/*width: 165px;*/
	width: 120px;
	padding: 5px;
	margin: 2px auto 2px auto;
	font-size: 16px;
	border: 1px solid #02a4ad;
	background-color: #02a4ad;
	border-radius: 4px;
}
.pauseAndNew > span:first-child{
	float: left;
}
.pauseAndNew > span:last-child{
	float: right;
}

.score{
	width: 210px;
	height: 70px;
	float: right;
	text-align: center;
	font-size: 28px;
}
.score .best{
	width: 150px;
  background: #bbada0;
  font-size: 28px;
  font-weight: bold;
  float: right;  
  border-radius: 3px;
}
.score label{
	color:  #ddd;
	line-height: 18px;
	font-size: 28px;
}

::-webkit-scrollbar {
	width: 0px;
}

#voiceImg{
	position: absolute;
	display: block;
	left: 45px;
    top: 120px;
    width: 40px;
    height: 40px;
	cursor: pointer;
	z-index: 2;
}

#gameover {
    display: none;
    top: 0px;
    margin: 0 auto;
    width: 775px;
    height: 430px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    background-color: rgba(22, 28, 28, 0.95);
    z-index: 2;
}
#gameover #msg {
    font-family: Arial;
    font-size: 26px;
    color: grey;
    margin: 0 auto;
    margin-top: 160px;
}
#gameover #scoreGameOver {
  font-family: Arial;
  font-size: 24px;
  color: #bbb;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
#restartbtn {
    display: block;
    margin: 16px auto;
    width: 120px;
    padding: 6px;
    background-color: #00BB00;
    font-family: Arial;
    font-size: 24px;
    color: red;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
