.quiz_container {
		list-style-type: none !important;
}

/*fluid grid layout using twitter bootstrap */

.row-fluid {
	margin-left: 0 !important;
}

.col-12 {
	padding: .75em;
	margin-top: .75em;
	margin-left: 0 !important;
}

.col-12.question {
	padding: 0;
}

/*additional custom styling*/

.quiz_container .question_container {
	margin: 3em 0em !important;
	padding: 0 !important;
}

.quiz_container .question_container h1, .question p, .revealed_answer p {
	line-height: 1.3em;	
}

.quiz_container .question .hint {
	font-weight: bold;
}

.quiz_container .question_container h1 {
	font-size: 1.4em;
	margin: 0em 0em 1em 0em;
	font-weight: bold;
	font-family: 'Sentinel a','sentinel b',georgia,'times new roman',serif;	
}

.quiz_container .question_container .title {
}

.quiz_container .question p {
	font-size: 1.1em;
	max-height: 8em;
}

.quiz_container .possible_answers.col-12 {
	padding: 0;
	margin: 0;
	font-weight:bold;
	font-family: Helvetica, sans-serif;
}

.quiz_container .possible_answer {
	background: #805580;
	border-radius: 2px;
	margin: 10.5px 0 0 0 !important;
	font-size: 14px !important;
	padding: 10px !important;
	min-height: 30px !important;
	color: #fff !important;  
}

.quiz_container .possible_answer:hover {
	background: #663366;
	cursor: pointer;
	color: #fff;
}

.quiz_container li {
	list-style-type: none !important;
}

/*more styling for answers*/

.quiz_container .revealed_answer p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0em 0 0 0;
	margin: 0;
	min-height: 3em;
	font-weight: normal;

}

.quiz_container .revealed_answer a {
	color: #E64522;
	border-bottom: 0 !important;
}

.quiz_container .revealed_answer a:hover {
	opacity: .75;
	text-decoration: none;
}

.quiz_container .correct_answer {
	background: #a0a627;
	opacity: .5;
	cursor: pointer;
	border-radius: 2px;
	margin: 10.5px 0 0 0 !important;
	font-size: 14px !important;
	padding: 10px !important;
	min-height: 30px !important; 
	color: #fff; 
}

.quiz_container .wrong_answer {
	background: #FF8362;	
	opacity: .5;
	cursor: pointer;
	border-radius: 2px;
	margin: 10.5px 0 0 0 !important;
	font-size: 14px !important;
	padding: 10px !important;
	min-height: 30px !important;  
}

.quiz_container .selected {
    opacity: 1;
	color: black;
}

.quiz_container .selected:hover, .correct_answer:hover, .wrong_answer:hover {
	opacity: 1;
}

.quiz_container .hide {display: none;}

.quiz_container .show {display: block;}

.quiz_container .revealed_answer {
	padding: 0;
}

#quiz_container .how_you_did {
	text-align: center;
	padding: 1em;
	background-color: #a0a627;
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 1em;
}

/*multimedia styling*/

.quiz_container img, .quiz_container .youtube {
	margin: 0 0 1em !important;
	min-height: 200px;
	max-height: 200px;
}

.quiz_container .possible_answer img {
	max-height: 24em;
}

.quiz_container .question img, .revealed_answer img, .selected img, .correct_answer img, .wrong_answer img {
    max-height: 100%;
    display: block;
}

.videoembed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoembed iframe, .videoembed object, .videoembed embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* media queries */

@media (max-width: 480px) {
	.quiz_container li {
		font-size: 1em !important;
	}
		
	.quiz_container .question_container h1 {
		font-family: verdana, sans-serif;
		font-size: 1.25em;
	}
	
	.quiz_container .question img, .revealed_answer img {
		display: none;
	}

	.quiz_container .question_container {
		margin: 1em 0em 3.5em;
	}
}