#questions article.story,#results .result {
	padding: 15px 12px;
	margin-bottom: 20px;
	background: #e4e4e3
}

.resultCorrectPanel article.story {
	margin-bottom: 0px !important;
}

.resultWrongPanel article.story {
	margin-bottom: 0px !important;
}

#results .result h3 {
	font-size: 3.5rem
}

#questions label {
	font-weight: normal;
}

#buttons button {
	font-size: 2rem
}

#errors h5, p.error {
	color: #f1544a !important;
}

#questions article h3 p {
	font-size: 2.6rem
}

#questions article h3 {
	font-size: 2.6rem
}

#quizTitle h2 p {
	font-family: proxima-nova;
}

#questions .sad {
	background: url('/modules/bnj-modules/img/bjnt_quiz/sad.png') no-repeat 0 0;
	background-position-x: -35px;
}

#questions .happy {
	background: url('/modules/bnj-modules/img/bjnt_quiz/happy.png') no-repeat 0 0;
	background-position-x: -35px;
}

#questions figure.polaroid-thin,#results figure.polaroid-thin {
	max-width: 200px;
	width: 30%;
	margin-top: 0;
	float: left
}

#questions figure.polaroid-thin img,#results figure.polaroid-thin img {
	height: auto;
	width: 100%;
	background: #fff
}

#questions .story-contents,#results .story-contents {
	width: auto;
	overflow: hidden
}

#questions .story-contents label {
	display: block
}

#questions .story-contents input[type=radio] {
	float: left;
	top: 2px
}

#questions .story-contents input.gray {
	background: gray
}

#questions .story-contents label {
	margin: 0 0 17px 36px;
	display: block
}

#questions .story-contents label:after {
	content: "";
	clear: both;
	display: table
}

.qAnswer {
	margin-left: 36px
}

.qAnswerLabel {
	display:inline-block !important;
	margin-left: 20px !important;
	position: relative;
}

#questions .story-contents label:hover {
	cursor: pointer;
	color: #0475a1
}

@media ( max-width : 900px) {
	#questions figure.polaroid-thin,#results figure.polaroid-thin {
		width: auto;
		float: none;
		display: block;
		margin: 0 auto
	}
	#questions figure.polaroid-thin img,#results figure.polaroid-thin img {
		max-width: 200px
	}
	.result h3 {
		text-align: center;
		display: block
	}
}

#bars {
	margin: 0;
	text-align: center
}

#bars p {
	font-family: severance_the_sequelmedium;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: left;
	border: 0;
	background: none;
	margin: 0 0 3px;
	padding: 0;
	color: #666666
}

.bar-main-container {
	position: relative;
	margin: 0 0 19px 0;
	max-width: 450px;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #FFF;
}

.wrap {
	padding: 8px;
}

.bar-percentage {
	float: left;
	background: rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 0px;
	width: 18%;
}

.bar-percentage.stat {
	float: left;
	margin-right: 5px;
}

.bar-percentage.votes {
	position: absolute;
	right: 8px;
	top: 8px
}

.bar-container {
	width: 64%;
	max-width: 265px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.13);
	margin: 12px 0px;
	overflow: hidden;
}

.bar {
	float: left;
	background: #FFF;
	height: 100%;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.clear {
	clear: both
}

@media ( max-device-width : 600px) {
	.bar-main-container {
		width: 100%;
		max-width: 100%;
		height: 50px
	}
	.bar-percentage {
		padding: 0;
		height: 36px;
		line-height: 36px;
		vertical-align: middle;
	}
	.bar-container {
		max-width: 50%;
		width: 50%;
		height: 20px;
		margin-top: 7px
	}
	.bar {
		height: 20px;
	}
	#bars p {
		font-size: 2.2rem
	}
	.bar-percentage.stat {
		height: 36px;
		margin-right: 15px
	}
}

.red1 {
	background: #c0392b;
}

.red2 {
	background: #e74c3c;
}

.purple1 {
	background: #9b59b6;
}

.purple2 {
	background: #8e44ad;
}

.blue1 {
	background: #2980b9;
}

.blue2 {
	background: #3498db;
}

.bluegreen1 {
	background: #1abc9c;
}

.bluegreen2 {
	background: #16a085;
}

.green1 {
	background: #27ae60;
}

.green2 {
	background: #2ecc71;
}

.yellow1 {
	background: #f1c40f;
}

.yellow2 {
	background: #f39c12;
}

.orange1 {
	background: #e67e22;
}

.orange2 {
	background: #d35400;
}