#nguk-correct {
    text-align:center;
}

#nguk-fw {
	position:absolute;
	bottom:20px;
	margin-top:10px;
	font-size:23px;
	width:calc(100% - 20px);
	color:white;
	text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
	  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=270);
}

#nguk-hyd {
	position:relative;
	margin-bottom:10px;
	padding:10px;
	line-height: normal;
	transition: background 0.2s linear;
}

#nguk-hyd.yep {
	background-color:rgb(222, 252, 209);
}

#nguk-hyd.nope {
	background-color:rgb(252, 209, 209);
}

#nguk-timerarea {
	margin-top:10px;
	height:30px;
	width:98%;
	margin-left:1%;
}

#nguk-timerback {
	width:100%;
	background-color:#fff200;
	height:100%;
}

#nguk-timerinner {
	background-color:#ed1c24;
	width:0%;
	height:100%;
}

#nguk-playarea {
	display: none;
}

#nguk-playarea .nguk-ansbut {
	width: 100% !important;
	margin-right:1%;
	margin-bottom:10px;
}

#nguk-correct .nguk-button {
	display:inline-block;
	position:relative;
	background-color:#0000ff;
	padding:30px 0px;
	color:white;
	font-size:30px;
	font-weight:600;
	box-shadow: 5px 5px 5px #888888;
	cursor:pointer;
	width:48%;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
}

#nguk-correct .nguk-button:active {
	position:relative;
	top:5px;
	left:5px;
	box-shadow:none;
}

.nguk-button.disabled {
	background-color:gray !important;
}

#nguk-sharearea {
	display:none;
}

#nguk-sharearea h2 {
	margin:30px 0px 10px 0px;
	font-size:30px;
	font-weight:600;
}

#nguk-ansbuts.done {
	font-size: 30px;
  line-height: 33px;
  margin-bottom: 20px;
}

#nguk-hyd img {
  max-height:350px;
  min-height:350px;
}

#nguk-restart {
	margin-top:15px;
	transform:scale(0.75);
	-ms-transform: scale(0.75); /* IE 9 */
	-webkit-transform: scale(0.75); /* Safari */
}

.nguk-incorrect {
  color: rgb(169, 72, 72);
}

.nguk-correct {
	color: rgb(61, 132, 61);
}

@media (max-width:500px) {
	#nguk-sharearea h2 {
		font-size:20px;
 	  margin: 10px;
 	  padding-bottom: 10px;
	}

	#nguk-ansbuts.done {
		font-size: 20px;
	  line-height: 22px;
	}
	#nguk-correct .nguk-button {
		padding:20px 0px;
		font-size:18px;
		word-wrap: break-word;
	}
	.nguk-ansbut {
		font-weight:300 !important;
	}
	#nguk-timerarea {
		height:20px;
	}
	#nguk-hyd img { 
		max-height: 260px;
  	min-height: 260px;
  }
}

.nguk-urtext {
	line-height: 23px !important;
	line-height: normal !important;
	margin-top: 20px !important;
}
