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;
}

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;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    display: block;
}

body {
    background-color: #000;
    color: #fff;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
}

.wrapper {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    background-color: rgba(0,112,112,0.7);
}

h1 {
    font-size: 1.45em;
    padding: 10px 5px;
    background-color: #005656;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
    color: #fff;
}

.nudepics {
    padding: 15px 25px;
    line-height: 22px;
    font-size: 1.3em;
}

.please {
    padding: 0 25px 10px;
    font-weight: bold;
    font-size: 1.5em;
}

.modal img {
    max-width: 280px;
    width: 100%;
    background-color: #ffe850;
}
.ja-button {
    background-color:#dfc82f !important;
}
input[type="button"] {
    background-color: #ffe850;
    color: #000;
    font-weight: bold;
    border: 0;
    display: inline-block;
    font-size: 1.75em;
    margin: 25px auto 0;
    padding: 15px 0;
    cursor: pointer;
}

.modal input[type="button"] {
    width: 100%;
}

#q2 input[type="button"] {
    width: 50%;
    float: left;
    margin: 0px auto 0;
}

#q2 .toptxt {
    padding: 10px 25px;
    font-size: 1.1em;
    line-height: 20px;
}

#q2 .bottxt {
    padding: 10px 25px;
    font-weight: bold;
    line-height: 20px;
    font-size: 1.1em;
}

#q2 .question {
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #005656;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 24px;
    border-top: solid 1px #fff;
}

.q .question {
    font-size: 1.5em;
    line-height: 24px;
    padding: 10px 15px 0;
}

.q .small {
    font-size: 0.9em;
    font-style: italic;
    padding: 5px 0;
}

.q input[type="button"] {
    margin-top: 25px;
    width: 100%;
}

.q input[type="checkbox"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#q2,
#q3,
#q4,
#q5,
#q6,
#loading,
.finaltxt,
#final,
#q7,
#q8 {
    display: none;
}

.answer {
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,86,86,0.7);
    padding: 15px 5px 15px 55px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 2em;
    font-weight: bold;
    width: 98%;
    margin: 4px auto 0;
    text-align: left;
}

.selected {
    background-image: url(../img/check_hover.png);
}

.loading {
    font-size: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    padding: 0;
}

.outer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    height: 18px;
    width: 260px;
    margin: 0 auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #3f454b;
    background: -moz-linear-gradient(top, #3f454b 0%, #1b1d21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f454b), color-stop(100%, #1b1d21));
    background: -webkit-linear-gradient(top, #3f454b 0%, #1b1d21 100%);
    background: -o-linear-gradient(top, #3f454b 0%, #1b1d21 100%);
    background: -ms-linear-gradient(top, #3f454b 0%, #1b1d21 100%);
    background: linear-gradient(to bottom, #3f454b 0%, #1b1d21 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3f454b', endColorstr='#1b1d21', GradientType=0);
}

.inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #03112f;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 14px;
    width: 0;
    background: #3aafdc;
    background: -moz-linear-gradient(top, #3aafdc 0%, #3aafdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3aafdc), color-stop(100%, #3aafdc));
    background: -webkit-linear-gradient(top, #3aafdc 0%, #3aafdc 100%);
    background: -o-linear-gradient(top, #3aafdc 0%, #3aafdc 100%);
    background: -ms-linear-gradient(top, #3aafdc 0%, #3aafdc 100%);
    background: linear-gradient(to bottom, #3aafdc 0%, #3aafdc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3aafdc', endColorstr='#3aafdc', GradientType=0);
}

.finaltxt {
    line-height: 22px;
    font-size: 1.25em;
}

#loading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.agree {
    padding: 10px 15px;
    line-height: 24px;
    font-size: 1.4em;
}

.rules {
    font-size: 1.15em;
    line-height: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #005656;
    padding: 15px 25px;
    width: 98%;
    margin: 4px auto 0;
    text-align: left;
}

.bold {
    font-weight: bold;
}

.cta {
    background-color: #ffe850;
    color: #000;
    font-weight: bold;
    border: 0;
    display: inline-block;
    font-size: 1.75em;
    margin: 10px auto 0;
    padding: 15px 0;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
}