@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5){
#nav-center-column img{
	max-height:40px !important;
}
#game-container{
max-width: 100% !important;
width:100% !important;
/*border: 1px solid #999;*/
height: 100%;
margin-top:2%;
}
#splash-screen{
	font-size:1em;
}
.splash-screen-text{
	margin-top:0px;
}
#progress-screen-text,#correct-answers,#incorrect-answers,#score-this-level,
#score-bonus-meter,#score-total,#badges-earned,#save,
#continue,#main-menu{
	font-size:.75em !important;
}
#play-button{
	margin-top:5%;
	max-width:50%;
}
.level-picker{
	margin-top:5%;
}
#play-again-button{
	max-width:50%;
}
#logo{
	width:40% !important;
}
#timer-area{
	height:80%;
	width:29%;
	font-size:1.5em;
}
#timer{
	margin-top:10px;
	width:100% !important;
	height:50% !important;
}
#score-area{
	padding:10px;
	background-color:rgba(255,255,255,.8);
	border:1px solid rgba(255,255,255,.8);
	-webkit-border-radius: 8px;
	-mozilla-border-radius: 8px;
	border-radius: 8px;
}
#game-over{
	padding:5%;
	left:12% !important;
	width:70%;
	height:80%;
}
#bonus-area-phone{
	display:block !important;
	margin-top:1%;
	margin-left:4%;
	height:90%;
}
#bonus-area-computer-tablet{
	display:none !important;
}
#game-play-area{
	width:100% !important;
}
#buttons-area{
	width:95% !important;
	height:95% !important;
}
.q,.a{
/*	background-color:#000000 !important; */
	border-radius:15px !important;
	height:17% !important;
	margin-top:6% !important;
	font-size:2em !important;
}
.box-table{
	font-size:1em !important;
}
.bonus-text{
	margin-left:13px;
	text-align:center;
	font-size: .5em;
	top:0px;
}
#logo{
	margin-left:3%;
}

}

@media screen and (max-width:860px){
#nav-center-column img{
	max-height:40px !important;
}
#game-container{
max-width: 100% !important;
width:100% !important;
/*border: 1px solid #999;*/
height: 100%;
margin-top:2%;
}
#splash-screen{
	font-size:1em;
}
.splash-screen-text{
	margin-top:0px;
}
#progress-screen-text,#correct-answers,#incorrect-answers,#score-this-level,
#score-bonus-meter,#score-total,#badges-earned,#save,
#continue,#main-menu{
	font-size:.75em !important;
}
#play-button{
	margin-top:5%;
	max-width:50%;
}
.level-picker{
	margin-top:5%;
}
#play-again-button{
	max-width:50%;
}
#logo{
	width:40% !important;
}
#timer-area{
	height:80%;
	width:29%;
	font-size:1.5em;
}
#timer{
	margin-top:10px;
	width:100% !important;
	height:50% !important;
}
#score-area{
	padding:10px;
	background-color:rgba(255,255,255,.8);
	border:1px solid rgba(255,255,255,.8);
	-webkit-border-radius: 8px;
	-mozilla-border-radius: 8px;
	border-radius: 8px;
}
#game-over{
	padding:5%;
	left:12% !important;
	width:70%;
	height:80%;
}
#bonus-area-phone{
	display:block !important;
	margin-top:1%;
	margin-left:4%;
	height:90%;
}
#bonus-area-computer-tablet{
	display:none !important;
}
#game-play-area{
	width:100% !important;
}
#buttons-area{
	width:95% !important;
	height:95% !important;
}
.q,.a{
/*	background-color:#000000 !important; */
	border-radius:15px !important;
	height:17% !important;
	margin-top:6% !important;
	font-size:2em !important;
}
.box-table{
	font-size:1em !important;
}
.bonus-text{
	margin-left:13px;
	text-align:center;
	font-size: .5em;
	top:0px;
}
#logo{
	margin-left:3%;
}
}