#quiz-counter {
	color: #6dcab7;
	font-weight: 600;
	font-size: 120%;
	padding: 5px;
	background-color: #fff
}
#quiz {
	padding: 2em;
	max-width: 920px;
	margin: 1em auto;
	background-color: #ecefef;
	text-align: center;
	position: relative;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 10px #c8d1d2;
	-webkit-box-shadow: inset 0 0 10px #c8d1d2;
	box-shadow: inset 0 0 20px #c8d1d2;
}

.quiz-container {
	padding: 0.25em;
	max-width: 650px;
	margin: 1em auto
}
.quiz-container a {
	transition: all 0.5s ease;
	text-decoration: none
}
.quiz-container a:hover {
	color: #fff;
	background-color: #6dcab7
}
#quiz-header, #quiz-start-screen, #quiz-results-screen, #quiz-counter {
	text-align: center
}
.question {
	background-color: #6dcab7;
	color: #fff;
	display: block;
	padding: 6px 10px;
	font-weight: 600;
 font-size: 160%; line-height: 120%;
}
.answers {
	padding: 0;
	width: 100%
}
.answers a {
	float: left;
	width: 48%;
	padding: 10px;
	margin: 1%;
	background: #fff;
	text-align: center;
	font-size: 130%
}
.answers a img {
	display: block;
	margin-bottom: 7px
}
.answers a.correct {
	background: #6dcab7;
	color: #fff
}
.answers a.incorrect {
	background: #c00;
	color: #fff
}
#quiz-controls {
	padding: 2em;
	text-align: center;
	position: absolute;
	bottom: 180px;
	background-color: #eee;
	left: 0;
	width: 80%;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	margin: 0 10%;
	border: 5px solid #FFF;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45)
}
#quiz-controls span {
	padding: 3px 5px
}
#quiz-response span {
	font-weight: 600;
	display: block;
	font-size: 150%
}
#quiz-response .correct {
	color: #6dcab7
}
#quiz-response .incorrect {
	color: #c00
}
#quiz-results {
	font-size: 1.25em;
	margin: 1%
}
#quiz-buttons a, .quiz-container .quiz-button {
	display: inline-block;
	padding: 5px 15px;
	background: #d9521e;
	color: #fff;
	font-size: 12pt;
	text-transform: uppercase
}
.quiz-results-state #quiz-buttons a#quiz-restart-btn {
	background: #FFF;
	color: #55565c;
	font-size: 10pt
}
#quiz-intro {
	padding-bottom: 15px
}
.quiz-results-state #quiz-intro {
	display: none
}
.quiz-results-state #quiz-controls {
	background: none;
	padding: 0;
	position: relative;
	border: none;
	margin-top: 30px;
	bottom: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.quiz-results-state #quiz-buttons a {
	background: #d9521e;
	color: #fff
}
.subsbox {
	/*border: 1px solid #dedede;
 background-color: #fafafa;*/
	padding: 20px;
	font-size: 90%;
	color: #55565c;
	max-width: 600px;
	margin: 1em auto
}
.subsbox input, .subsbox button {
	margin: 8px 0;
	padding: 0 8px !important;
	font-weight: 100;
	border: 2px solid #6dcab7
}
.subsbox button {
	color: #fff;
	background: #6dcab7
}
.subsbox h2 {
	color: #6dcab7;
	font-size: 200%
}
a.quiz_share.share_tw {
	background-color: #1da1f2
}
a.quiz_share.share_fb {
	background-color: #3b5998
}
a.quiz_share {
	display: inline-block;
	padding: 10px 10px;
	text-decoration: none;
	margin: 5px auto;
	color: #fff
}

@media screen and (max-width: 640px) {
.quiz-results-state #quiz-controls, #quiz-controls {
	border-left: none;
	border-right: none;
	margin: 0;
	width: 100%;
	bottom: 0px;
	box-shadow: none
}
.subsbox input, .subsbox button {
	margin: 10px auto;
	padding: 5px 10px !important;
	width: 100%;
	display: block
}
a.quiz_share {
	display: block;
}
}
