html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
	padding:0;	
}
/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */
button{line-height:1 !important;}
body {
	background-color:#000;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	color: #000;
}

.wrapper{
	margin: 20px auto;
    border: 3px solid rgb(255, 0, 255);
	background-color: rgb(239, 255, 173);
	width: 80%;
	max-width: 540px;
	padding:15px;
	min-height: 60px;
}
#q0 img{
	width:29% !important;	
}

.img-responsive{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#q0 {
	text-align: center;
}

h1 {
	font-size: 41px;
    color: rgb(255, 0, 255);
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size: 23px;
	font-weight: bold;
	color:rgb(0, 0, 0);
	padding: 10px 15px;
}
h3{
	    font-size: 23px;
    color: rgb(255, 0, 255);
	text-align:center;	
	font-weight:bold;
	line-height:1.5;
}
.txt {
	padding: 10px 0px;
	font-size: 1.2em;
	line-height:1.4;
	font-weight: bold;
	margin:0px 0 10px 0;
}
.txt strong{
	color:rgb(255, 0, 255);	
}
.buttondiv {
	text-align: center;
	padding: 0;
	background-color: #EFFFAD;
	position: relative;
}

.line {
	position: absolute;
	width: 100%;
	display:none;
	left: 0;
	top: 1px;
	height: 1px;
	background: -moz-linear-gradient(left,  rgba(230,230,230,0) 0%, rgba(230,230,230,1) 50%, rgba(230,230,230,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(230,230,230,0)), color-stop(50%,rgba(230,230,230,1)), color-stop(100%,rgba(230,230,230,0)));
	background: -webkit-linear-gradient(left,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
	background: -o-linear-gradient(left,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
	background: -ms-linear-gradient(left,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
	background: linear-gradient(to right,  rgba(230,230,230,0) 0%,rgba(230,230,230,1) 50%,rgba(230,230,230,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#00e6e6e6',GradientType=1 );
}

button, .cta {
	       font-size: 28px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Geneva,sans-serif;
    width: 60%;
    min-width: 200px;
    background-color: rgb(255, 0, 255);
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 17px 0px;
    text-decoration: none;
	border:0;
}

.cta {
	text-decoration: none;
}

.no {
	font-size: 30px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Geneva,sans-serif;
    width: 60%;
    min-width: 200px;
    background-color: rgb(102, 102, 102);
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 17px 0px;
    text-decoration: none;
	margin-top:20px;
	margin-bottom:20px;
}

.subhead {
	font-size: 1.1em;
	text-align: center;
	padding: 5px;
	font-style: italic;
	font-weight:bold;
	margin-top:10px;
    color: rgb(102, 102, 102);
}

.answer {
	padding: 7px 10px 7px 44px;
	background-image: url(check.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	border: none;
	width: 90%;
	max-width: 480px;
	margin: 15px auto 10px;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selected {
	background-image: url(check_selected.png);
}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9 {
	display: none;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.45em;
	}
	h2 {
		font-size: 1.3em;
	}
	.txt {
		font-size: 1.15em;
		line-height: 22px;
	}
	button, .cta, .no {
		font-size: 1.25em;
	}
	.answer {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 399px) {
	button, .cta {
		display: block;
		width: 200px;
		max-width: 100%;
		margin: 10px auto 0 !important;
	}
	.txt {
		padding: 10px 15px;
		font-size: 1.1em;
	}
}