/* Mobile Friendly Quiz Optimizations, 08-2017*/

#quiz label { position: relative; margin: 0 !important; padding: 0 !important; display: inline; padding-top: .5rem; padding-bottom: .5rem;}
#quiz label:hover { font-weight: bold; color: #891900; border-bottom: 1px dotted #891900;}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.questions {margin-left: 2rem;}
	#quiz label {font-size: 1rem;}
	.answers li::before {
			content: counter(step-counter, upper-alpha);
			margin-right: 5px;
			font-size: 150%;
			background-color: #891900;
			color: white;
			font-weight: 700;
			padding: 3px 8px;
			border-radius: 3px;
			-webkit-font-smoothing: antialiased !important;
			-moz-font-smoothing: antialiased !important;
			-o-font-smoothing: antialiased !important;
			text-shadow: 1px 1px 1px rgba(0,0,0,0.004);}
}

