body {
	background: #EDEDED;
	margin: 0;
}

#quizstage {
	background-color: #f49ac1;
	font-family: Arial; sans-serif;
	min-height: 400px;
	
	color: #FFF;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	
	cursor: default;
}

#quizstage #content {
	width: 65%;
	display: inline-block;
}

#quizstage #content #title {
	padding: 20px;
}

#quizstage #content #title h1 {
	font-size: 22px;
	letter-spacing: -1px;
	font-family: 'Lemon', cursive;
}

#quizstage #content #title h2 {
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}

#quizstage #imgclip {
	width: 34%;
	min-height: 400px;
	display: inline-block;
	float: right;
	background: #FFF no-repeat center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	box-shadow: -3px 0px 0px rgba(0,0,0,0.05);
}

#quizstage .defaultbtn {
	cursor: pointer;
	padding: 15px;
	background-color: #ec008c;
	width: 200px;
	text-align: center;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	font-size: 18px;
	
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
/*	border-radius: 3px;*/
}

#quizstage #content #screen {
	padding: 20px;
	display: none;
}

#quizstage #content #screen h1 {
	letter-spacing: -1px;
	display: inline-block;
	font-size: 18px;
	width: 78%;
	vertical-align: top;
	font-family: 'Rosario', cursive;
}

#quizstage #content #screen .answerclip {
	cursor: pointer;
	font-size: 16px;
	background-color: #FFF;
	color: #7a68ae;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.05);
	font-family: 'Roboto', sans-serif;
	letter-spacing: -1px;
	padding: 15px;
	border-bottom: 5px solid #f49ac1;
}

#quizstage #content #screen h3 {
	margin-top: 20px;
	padding: 10px;
	font-size: 18px;
	background-color: transparent;
	border: 2px dashed #ec008c;
	color: #FFF;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

#quizstage #content #screen #quiznumplate {
	padding: 10px;
	margin-right: 20px;
	background-color: #22bcb9;
	display: inline-block;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.05);
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}

#quizstage #content #screen .answerplate {
	padding: 15px;
	width: 20px;
	background-color: #33bcb8;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	border-bottom: 5px solid #f49ac1;
}


#quizstage #content #screen .correctA, #quizstage #content #screen .incorrectA {
	position: absolute;
	width: 270px;
	padding: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: 'Rosario', cursive;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
	margin-left: -155px;
	left: 50%;
	text-align: center;
	margin-top: 50px;
}

#quizstage #content #screen .correctA {
	color: #FFF;
	background-color: #ec008c;
}

#quizstage #content #screen .incorrectA {
	color: #FFF;
	background-color: #22bcb9;
}

.answerplateRO {
	
	background-color: #000;
}

#quizstage #content #result {
	padding: 20px;
	display: none;
}

#quizstage #content #result h1 {
	letter-spacing: -1px;
	font-size: 20px;
	font-family: 'Rosario', cursive;
}

#quizstage #content #result h2 {
	font-size: 18px;
	background-color: #FFF;
	padding: 15px;
	color: #7a68ae;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.05);
	line-height: 130%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -1px;
}

#quizstage #result .answersscr {
	position: absolute;
	width: 270px;
	background-color: #FFF;
	padding: 20px;
	color: #7a68ae;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
	margin-left: -155px;
	left: 50%;
}

#quizstage #result .answer {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #EEE;
}

#quizstage #result .closebtn {
	position: absolute;
	margin-left: 260px;
	font-family: Arial; sans-serif;
	cursor: pointer;
}

#quizstage #result .answer:last-child {
	border-bottom: 0px;
}



/* Layout for mobile version */

@media handheld, only screen and (max-width: 750px) {
	
}


@media handheld, only screen and (max-width: 600px) {
	#quizstage #content {
		width: 100%;
	}
	#quizstage #imgclip {
		display: none;
	}
}
