.watu-question {
	display:none;
	clear:both;
}

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

.single-page-quiz .watu-question, .single-page-quiz {
	display:block;
}
.single-page-quiz #next-question {
	display:none;
}
.question-content {
	margin-top:20px;
	margin-left: 5px;
}

.show-question {
	border-bottom:1px solid #000;
	margin-bottom: 15px;
	padding: 5px;
}
.watupro-question-choice {
	padding-right:20px;
}

.user-answer span.answer {
	font-weight:bold;
	color:blue;
	background:url(wrong.png) no-repeat right top;
	padding-right: 20px;
	display: inline-block;
}
.user-answer-unrevealed {
	font-weight:bold;
	color:blue;
}

.user-answer {
	color: blue;
}

.correct-answer span.answer {
	background:url(correct.png) no-repeat right top;
	padding-right: 20px;
	display: inline-block;
}

span.answer {
	display: inline-block;
}

.show-question-content {
    font-weight:bold;
}

p.error {
    clear:both !important;
    color:red;
}

#detailsText {
	background-color:red;
}

.watupro label {
	display:block;
	float:left;
	width:150px;
}

.watupro select {
	min-width:120px;
}

.watupro-alert, .watupro-success {
	padding:20px;
	background-color: #EEE;
	font-weight: bold;
}

.watupro-error {
	padding:20px;
	font-weight: bold;
	background:#EEE;
	color:red;
}

.watupro-padded {
	padding: 20px;
}

.watupro-warning {
	font-weight:bold;
	color:red;
}

.watupro-help {
	font-style: italic;
	font-size:11pt;
	color:gray;
}

.watupro_buttons td {
	width:80px;
}

table.watupro_buttons {
	width:auto;
	border: none;
}

ul.watupro-paginator {
	list-style-type: none;	
	display: block;
	clear: both;
	float: left;
	width:100%;
}

ul.watupro-paginator li {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid black;	
	text-align: center;
	margin: 10px 3px;
	font-weight: bold;
	cursor: pointer;	
}

ul.watupro-paginator li.active {
	padding: 10px;
	margin: 5px 3px;
}

ul.watupro-paginator li.answered {
	background-color: #88FF88;
}

ul.watupro-paginator li.unanswered {
	background-color: #FF6A6A;
}

#timerDiv {
	margin-bottom: 20px;
	color: green;
}

.watupro-textarea-medium {
	width: 280px;
	height:80px;
}

.watupro-textarea-large {
	width: 600px;
	height:300px;
}

.watupro-qnum-info {
	font-style: italic;
	margin-top: 25px;
}

.watupro-compact {
	clear:both;
	width:100%;
	float:left;
	margin-bottom: 20px;
}

.watupro-compact div.question-content, .watupro-compact div.show-question-content {
	float:left;
	width:48%;
}

.watupro-compact div.question-choices, .watupro-compact div.show-question-choices {
	float:left;
	width:48%;
}

.watupro-compact .question-choices div.watupro-question-choice, .watupro-compact .show-question-choices li.answer {
	float: left;
}

.watupro-compact .show-question-choices li.answer {
	margin-right: 25px;
}

.watupro-matrix-droppable tr td {
   border: 1px dashed #DDD;
   min-width: 150px;
   min-height: 80px;
   padding: 10px;
} 

/* Social sharing CSS */
.watuproshare-facebook {
	padding: 10px;
	background-color: #4c66a4;
	color:white !important;
	font-weight:bold;
	text-decoration:none;
}

a.watuproshare-facebook {	
	color:white !important;	
}

.watupro-share {
	margin: 20px;
}

.watupro-share a {
	margin: 15px;
}

.watupro-progress-container {
	width:100%; 
	height:30px;
	float:left; 
}

.watupro-twitter-share-button {
	margin: 0px !important;
}