.quiz-form label {
   display: inline !important;
   cursor: pointer;
}

.watupro-question-choice {
	vertical-align: middle;
	padding: 0.3em 0.5em;
}

/* distance between rows bug in gap exercise  */
.watupro-gap {
	margin-bottom: 5px;
}

.watupro-question-choice input[type=radio],
.watupro-question-choice input[type=checkbox] {
	margin-right: 10px;
	vertical-align: middle;
}

.question-choices {
	margin-top: 10px;
}

.watupro-sortable {
	margin: 0 auto;
}
.watupro-sortable li {
	list-style: none;
}

.watupro-progress-bar {
	border-radius: 0.625em;
	background: #eeeeee;
	background: -moz-linear-gradient(left, #eeeeee 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eeeeee 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eeeeee 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=1 ); /* IE6-9 */
}

/* Paginator */
ul.watupro-paginator {
	display: flex;
	flex-flow: row wrap;
	margin: 1em auto;
}

ul.watupro-paginator li {
	margin: 0.313em 0.125em;
	padding: 0.25em 0.5em;
	border-radius: 0.188em;
	vertical-align: middle;
	flex-basis: 2em;
	flex-grow: 0; /* 1 if you want the remaining space in the container will be distributed equally to all buttons */
	color: #7a7a7a;
	background-color: #d5d5d5;
	background: -ms-linear-gradient(top, #fafafa, #d5d5d5);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#d5d5d5));
	background: -webkit-linear-gradient(top, #fafafa, #d5d5d5);
	background: -o-linear-gradient(top, #fafafa, #d5d5d5);
	background: -moz-linear-gradient(top, #fafafa, #d5d5d5);
	background: linear-gradient(top, #fafafa, #d5d5d5);
	background-repeat: repeat-x;
	*zoom: 1;
	border: 1px solid;
	border-color: #eeeeee #cdcdcd #cdcdcd #eeeeee;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.watupro-paginator li.answered {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #A4B357;
	background: -ms-linear-gradient(top, #A4B357, #75890C);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#A4B357), to(#75890C));
	background: -webkit-linear-gradient(top, #A4B357, #75890C);
	background: -o-linear-gradient(top, #A4B357, #75890C);
	background: -moz-linear-gradient(top, #A4B357, #75890C);
	background: linear-gradient(top, #A4B357, #75890C);
	background-repeat: repeat-x;
	border-color: #A4B357 #75890C #75890C #A4B357;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.watupro-paginator li.unanswered {
	background: #F89406;
	background: -ms-linear-gradient(top, #ffe101, #F89406);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe101), to(#F89406));
	background: -webkit-linear-gradient(top, #ffe101, #F89406);
	background: -o-linear-gradient(top, #ffe101, #F89406);
	background: -moz-linear-gradient(top, #ffe101, #F89406);
	background: linear-gradient(top, #ffe101, #F89406);
	background-repeat: repeat-x;
	border-color: #ffe101 #F89406 #F89406 #ffe101;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.watupro-paginator li.active {
	padding: 0.25em 0.5em;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6), inset 0 0 5px 1px rgba(255,255,255,0.5);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	border: 0.12em solid;
	border: none !important;
}