html, body {
margin: 0px;
padding: 0px;
height: 100%;
border: none
}

body {
background-color: #fff;
-webkit-text-size-adjust: 100%;
}

a:link{color: #36f;}
a:visited{color: #36f;}
a:hover{color: #69f;}

.logo {
display: inline-block;
float: left;
margin: 4px 20px 4px 0px;
}

h1.title {
display: inline-block;
width: 580px;
white-space: nowrap;
overflow: hidden;
float: left;
font-family: varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size: 20px;
font-weight: normal;
margin: 14px 0px 0px 20px;
color: #39f;
}

.ad {
margin: 10px 0px;
}

.screen {
margin-top: 50px;
}

h1 {
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #333;
margin-bottom: 30px;
}

h2 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 125%;
color: #666;
margin: 14px 0px;
}

.light {
font-weight: normal;
}

p {
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 140%;
color: #333;
}

.choices td {
vertical-align: top;
padding: 6px;
cursor: default;
}

.choice p {
margin: 0px;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-size: 16px;
color: #333;
}

.checkbox {
margin: 0px;
}

.line {
margin: 40px 0px 20px 0px;
width: 100%;
height: 1px;
background: #ccc;
}

.button {
display: inline-block;
margin: 0px 5px;
border: 1px solid #66ccff;
background-color: #39f;
padding: 7px 12px 5px 12px;
border-radius: 100px;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 12px;
color: #fff;
cursor: pointer;
}

.clickable {
cursor: pointer;
}

.qPic {
display: block;
height: 200px;
max-width: 550px;
margin: 20px 0px;
}

.aPic {
display: block;
height: 100px;
max-width: 400px;
margin: 5px 0px;
}

.qVid {
display: block;
height: 315px;
width: 560px;
margin: 20px auto;
}

.aVid {
display: block;
height: 100px;
max-width: 178px;
margin: 5px 0px;
}

.audio {
display: block;
margin: 10px auto;
}

.mainScale {
border: 1px solid #ccc;
background-color: #eee;
padding: 3px;
margin: 0px;
}

.mainIndicator {
height: 25px;
}

.resultBox {
vertical-align: top;
padding: 0px 14px 10px 14px;
}

.scale {
border: 1px solid #ccc;
background-color: #eee;
padding: 2px;
margin: 0px;
}

.indicator {
height: 12px;
}

.desc {
font-size: 13px;
margin: 6px 0px 12px 0px;
}

.resultName {
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 14px;
text-align: right;
color: #666;
padding-bottom: 20px;
cursor: default;
}

.resultPct {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #666;
}

.share {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 150%;
margin: 15px;
}

.share:link {color: #999;}
.share:visited {color: #999;}
.share:hover {color: #bbb;}

.shareOptions {
margin: 18px 0px;
}

.shareOptions td {
padding: 0px 10px;
}

.linkBox {
width: 450px;
font-size: 14px;
background-color: #eee;
border: 1px solid #ccc;
padding: 4px;
margin: 0px;
}

.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
margin: 10px;
}

#instructions {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 100%;
height: 30px;
background-color: #fffdd4;
}

#instructions a:link {color: #36f;}
#instructions a:visited {color: #36f;}
#instructions a:hover {color: #69f;}


@media print {
.noPrint { display: none; }
#main { vertical-align: middle; }
}