

.show-answer 
	{
	font-size:29px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:40px;
	}

.guess
	{
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:40px;
	width:50%;
	padding:5px;
	}


.guess:hover {
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
	color:#fff;
	border-radius:10px;
	box-shadow:1px 1px 10px #000;
}

.quiz-option-left
	{
	text-align:left;
	width:36%;
	padding-left:0;
	}

.quiz-option-center
	{
	text-align:center;
	width:27%;
	}

.quiz-option-right
	{
	text-align:right;
	width:37%;
	padding-right:0;
	}

a.next_lesson {
	color:#000;
	font-size:25px;
}
a.next_lesson:hover {
	color:#00f;
}
.quiz {
	height:400px;
}
.quiz .title {
	font-size:37px;
	font-weight:bold;
	margin-bottom:10px;
}
.quiz .title small {
	display:block;
	font-size:21px;
	font-weight:normal;
}
.question-container {
	box-shadow:1px 1px 20px rgba(0,0,0,.05);
	margin-top:20px;
}
.question-container .status {
	margin-top:-10px;
	font-size:15px;
	width:auto;
}
.option .select ._select {
	color:#fff;
	float:left;
	font-size:12px;
	padding-left:10px;
	height:auto;
}
#question	{
	font-size:29px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #bbb;
	padding:5px 5px 25px 5px;
	margin-bottom:10px;
	text-shadow:1px 1px 5px rgba(0,0,0,0.9);
}
#question_container	{
	border:1px solid #999;
	border-radius: 10px;
	font-size:20px;
	padding:20px;
	background-image:url(/images/bkg01.jpg);
	color:#fff;
	box-shadow:1px 1px 15px rgba(0,0,0,0.5);
}
.option {
	float:left;
	width:50%;
	padding:5px;
}
.option:hover {
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
	color:#fff;
	border-radius:10px;
	box-shadow:1px 1px 10px #000;
}
.select {
	width:70%;
	float:left;
	text-align:left;
	padding-left:0px;
}
.select:hover	{
	cursor:pointer;
	color:#fff;
	border-radius:10px 0 0 10px;
}
.guess .select {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
._option {
	margin-left:10px;
	text-shadow:2px 2px 7px rgba(0,0,0,1);
}
.option:hover._option {
	text-shadow:nonte;
}
.listen	{
	width:30%;
	float:right;
	text-align:left;
	padding-left:10px;
}
.listen:hover {
	background-color:#660000;
	cursor:pointer;
	color:#fff;
	border-radius:0 10px 10px 0;

}
#next {
	display:none;
}
#response	{
	font-size:27px;
	margin-top:24px;
	margin-bottom:20px;
}
.correct {
	font-size:42px;
	font-family: 'Fraunces', cursive;
	font-weight:bold;
	color:#449d44;
	border-color:#398439;
	text-shadow:1px 1px 5px rgba(0,0,0,.2);
}
.wrong {
	font-size:27px;
	font-weight:300;
	font-family: 'Fraunces', serif;
	color:#000;
	line-height:1.3;
}
.wrong .correct {
	color:#660000;
}
.score {
	float:right;
	font-size:12px;
	margin-top:-15px;
}
.input.captcha {
	width: calc(100% - 120px);
}
h2.finished {
	color:#fff;
	font-size:39px;
	text-shadow:1px 1px 5px rgba(0,0,0,.9);
}



@media (max-width: 767px){

	.quiz-option-left
		{
		text-align:center;
		margin-bottom:10px;
		width:100%
		}

	.quiz-option-center
		{
		text-align:center;
		margin-bottom:10px;
		width:100%
		}

	.quiz-option-right
		{
		text-align:center;
		margin-bottom:-20px;
		width:100%
		}
	}