@media screen and (max-height: 640px) {
	.container.container-single{
		padding-top: 3px !important;
	}
}
#gamebox {
    font-size: 18px;
    color: #fff;
    background-color: #161c1c;
    border: 2px solid #313131;
    width: 680px;
    height: 440px;
    padding: 10px;
    position: relative;
}
.header{
	position: relative;
	float: left;
	top: 10px;
	width:  150px;
	padding-right: 10px;
}
.score{
	width: 150px;
	float: left;
	text-align: center;
	font-size: 25px;
}
#addScore {
    opacity : 0;
    top: 350px;
    left: 40px;
    position:absolute;
    font-size: 36px;
    color:red;
}
.score .current, .score .best{
	width: 150px;
    background: #bbada0;
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin: 5px 0px;
    padding: 5px;
    border-radius: 3px;
}
.score .current{
	float: left;
}
.score .best{
	float: left;
}
.score label{
	color:  #ddd;
	line-height: 22px;
	/*font-size: 14px;*/
	font-size: 20px;
}
.refresh{
	width: 150px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.refresh:before,.score:before{
	clear: all;
}

.refresh>span{
	/*width: 80px;*/
	width: 150px;
	border: 1px solid #fabe6e;
	/*padding: 8px;*/
	padding: 5px;
	margin: 0px;
	background-color: #fabe6e;
	border-radius: 4px;
	float: left;
	/*font-size: 16px;*/
	font-size: 20px;
	font-weight: bold;
}

#gm-content{
	/*width: 310px;
	height: 310px;*/
	width: 400px;
	height: 400px;
	margin: auto;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 5px;
	border-radius: 10px;
	padding: 5px;
	position: relative;
	float: left;
	background-color: #eee;
}
.s-border{
	width: 80px;
	height: 80px;
	background-color:#cdc1b4;
	border-radius: 8px;
	position: absolute;
}
.num-border{
	background-color:#cdc1b4;
	text-align: center;
	line-height: 80px;
}

#mask{
	top: 0;
	left: 0;
	position: absolute;
	/*width: 530px;
    height: 600px;*/
    width: 680px;
    height: 436px;
	z-index: 999;
	background-color: rgba(22, 28, 28, 0.95);
	display: none;
}
#gameoverwrapper{
	text-align: center;
	/*top: 40%;*/
	top: 30%;
	position: relative;
}
#gameovertext{
	font-weight:bolder;
	font-size: 42px;
	color: #fff;
	/*margin-bottom: 20px;*/
	margin-bottom: 40px;
}
#restart_game{
	width: 100px;
	border: 1px solid #3a3122;
	padding: 8px 12px;
	margin: 6px 20px;
	background-color: green;
	border-radius: 8px;
	/*font-size: 16px;*/
	font-size: 28px;
	cursor: pointer;
}
