@media screen and (max-height: 640px) {
	.container.container-single{
		padding-top: 3px !important;
	}
}
body,div,p,span,ul,li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:0;
	-webkit-tap-highlight-color:transparent
}
#gamebox{
	/*width:405px;*/
	width:725px;
	/*height:565px;*/
	/*height:525px;*/
	height:440px;
	background-color:#eee;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
	color:#333;
	position: relative;
}

ul,li{
	list-style:none
}
[v-cloak]{
	display:none
}
.star-crush{
	position:absolute;
	top:0;
	left:0;
	/*width: 400px;*/
	width: 720px;
	/*height:560px;*/
	/*height:520px;*/
	height:435px;
	margin: 2px 2px 2px 2px;
	background-image:url(/play/images/star-match/cover.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-o-background-size:cover
}
.score-target{
	padding:0 16px;
	height:80px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.score-current,.score-target{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	color:#fff;
	font-size:15px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.score-current{
	position:absolute;
	top:16px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.score-current span{
	color:#fffc0f;
	font-size:32px;
}
.score-select{
	width:100%;
	color:#bbb;
	padding-top: 0px;
	text-align:center;
	font-size:15px;
	opacity:0;
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	transition:opacity 1s;
}
.star-list{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:70%;
}
.star-list li{
	position:absolute;
	width:40px;
	height:40px;
	border:0;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	background-size:cover;
	-webkit-transition:left .3s,bottom .3s,-webkit-transform .3s;
	-moz-transition:transform .3s,left .3s,bottom .3s,-moz-transform .3s;
	-o-transition:left .3s,bottom .3s,-o-transform .3s;
	transition:left .3s,bottom .3s,-webkit-transform .3s;
	transition:transform .3s,left .3s,bottom .3s;
	transition:transform .3s,left .3s,bottom .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
	-moz-background-size:cover;
	-o-background-size:cover
}
.star-list li.scale{
	border:2px solid #bfefff;
	-webkit-animation:scale .3s linear infinite alternate;
	-moz-animation:scale .3s linear infinite alternate;
	-o-animation:scale .3s linear infinite alternate;
	animation:scale .3s linear infinite alternate
}
@-webkit-keyframes scale{
	0%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	to{
		-webkit-transform:scale(.95);
		transform:scale(.95)
	}
}
@-moz-keyframes scale{
	0%{
		-moz-transform:scale(1);
		transform:scale(1)
	}
	to{
		-moz-transform:scale(.95);
		transform:scale(.95)
	}
}
@-o-keyframes scale{
	0%{
		-o-transform:scale(1);
		transform:scale(1)
	}
	to{
		-o-transform:scale(.95);
		transform:scale(.95)
	}
}
@keyframes scale{
	0%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	to{
		-webkit-transform:scale(.95);
		-moz-transform:scale(.95);
		-o-transform:scale(.95);
		transform:scale(.95)
	}
}

::-webkit-scrollbar {
	width: 0px;
}
#gameover 
{
    display: block;
    margin: 0 auto;
    /*width: 400px;*/
    width: 720px;
    /*height: 570px;*/
    height: 435px;
    background-color: rgba(22, 28, 28, 0.95);
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    z-index: 2;
}

#msg {
	/*padding-top: 250px;*/
	padding-top: 150px;
    font-family: Arial;
    font-size: 26px;
    color: red;
}

#next {
	padding-top: 10px;
    font-family: Arial;
    font-size: 18px;
    color: #ccc;
}