.cell {
    background: #008800;
    min-height: 120px;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    /* for firefox rendering */
    outline: 1px solid transparent;
}

.correct{
	background:#0DEF2D;	
}

.incorrect{
	background:#FF0004;	
}

.col-half-offset{
    margin-left:2.75%
}

.timerText{
	background: #9ab59a;
    min-height: 3em;
    margin: 1em 0;
    padding: 1em 2em;
}

.question-container {
	min-height: 14.5em;
}

.question-container .question {
	font-size: 1.6em!important;
	line-height: 1.3;
	color: #333;
	margin: 2.5em 0;	
	text-align: center;
}

.countdown {
	background: #004400;
	color: #fff;
	font-size: 2em;	
	display: inline-block;
	padding: 0.5em;
	border-radius: 0.2em;
	margin: 0;
	min-width: 62px;
	text-align: center;
}

.feedback {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0;
}

.score-container {
	font-size: 1.4em;
	float: right;
}

#start {
	margin-top: 12em;
}

.timerText.timerText-end {
	margin-top: 11em;
}



/*#start, #clear {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
	width:400px;
	height:150px;
	font-size:2em;
	margin-top:100px;
}
#start:hover, #clear:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
#start:active, #clear:active{
	position:relative;
	top:1px;
}
*/


@media only screen and (max-width: 768px) {

	.question-container {
		min-height: 6.5em;
	}

}