div #fb_share {
	position: relative;
	left: 0;
	top: -1800px;
	width: 460px;
	height: 100px;
/* 	margin-left: 55px; */
/* 	margin-top: 70px; */
	border: 1px dashed red;
}

.quizzin-question, #action-button {
	display:none;
}

form.quiz-form {
	text-align:left;
}

.single-page-quiz .quizzin-question, .single-page-quiz #action-button {
	display:block;
}
.single-page-quiz #next-question {
	display:none;
}
.question-content, .show-question-content {
	margin-top:20px;
	margin-bottom: 10px;
	color: #e144a1;
	font-size: 15px;
	font-weight: bold;
}

.show-question {
/* 	border-bottom:1px solid #000; */
/* 	background-color: #f00; */
}

.show-question-question {
	height: 20px;
	background: url(question_bg.png) 0 0 no-repeat;
	margin: 0px;
	padding: 0px;
/* 	margin-left: 20px; */
/* 	padding-left: 20px; */
	padding-top: 1px;
	padding-left: 35px;
}
.answer {
/* 	padding-right:20px; */
/* 	background:url(question_bg.png) no-repeat 0 0; */
	line-height: 21px;
	height: 21px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-left: -30px;
	list-style: none;
	list-style-position: inside;
/* 	z-index: 0; */
/* 	list-style: none; */
/* 	margin-left: -10px; */
}

.answer span {
/* 	background:url(question_bg.png) no-repeat 0 0; */
	margin-left: 5px;
	margin-top: -10px!important;
}

.label-1, .label-2, .label-3, .label-4, .label-5, .label-6, .label-7, .label-8, .label-9,
.label-10, .label-11, .label-12, .label-13, .label-14, .label-15, .label-16, .label-17, .label-18, .label-19 
{
/* 	background-color: #f00; */
/*	margin: 0px;
	padding: 0px;*/
/* 	margin-top: -5px; */
	display: block;
	margin: -21px -10px -5px -10px;
	padding-left: -10px;
}

.user-answer  {
	font-weight:bold;
/* 	background:url(wrong.png) no-repeat right top; */
	background:url(svarsruta_rosa.png) no-repeat 0 0;
	line-height: 21px;
	height: 21px;
/* 	z-index: 10; */
}
.correct-answer {
/* 	background:url(correct.png) no-repeat right top; */
	font-weight:bold;
	background:url(svarsruta_gron.png) no-repeat 0 0;
	line-height: 21px;
	height: 21px;
/* 	margin-left: -10px; */
}

.explanation {
	font-style: italic;
}

.show-result-header {
	color: #e144a1;
	font-size: 18px;
	font-weight: bold;
}

.unanswered {
	font-weight: bold;
}
