html, body, a, #content {
    background: black !important;
    color: white !important;
}
body {
    font-size: 85%;
    position: relative;
}
body * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    user-select: none;
}
#header {
    min-height: 2.75em;
    width: 100%;
}
#header a {
    border: 1px solid white;
    border-radius: .25em;
    -o-border-radius: .25em;
    -ms-border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    background: #80858C;
    color: white;
    display: block;
    padding: .2em .625em;
    position: absolute;
    right: .375em;
    text-decoration: none;
    top: .375em;
}
#header h1 {
    margin: 0;
    padding: .6em 4.5em .3em .3em;    
}
input[type=submit] {
    -webkit-box-sizing: border-box;
    font: normal 100%/1.5 Helvetica, Arial, sans-serif;
	font-family: "brandon-grotesque", "Futura Bold", Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
    margin: .625em 0;
	background-color: #00A8E2;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.4, rgba(255, 255, 255, 0.1)),
		color-stop(0.54, rgba(0, 0, 0, 0.1)),
		color-stop(1.0, rgba(0, 0, 0, 0.1)))
	);
	background-image:    -moz-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1));
	background-image:     -ms-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1));
	background-image:      -o-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1));
	background-image:         linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 40%, rgba(0, 0, 0, 0.1) 54%, rgba(0, 0, 0, 0.1));
	background-repeat: repeat-x;
	   -moz-border-radius: .25em;
	    -ms-border-radius: .25em;
	     -o-border-radius: .25em;
	-webkit-border-radius: .25em;
	        border-radius: .25em;
	border-style: none;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 0.5em 0;
	width: 100%;
}

/*QUESTION SPECIFIC RULES*/

.question form {
    padding: 0 .625em;
}
.question form .question_text {
    padding: 1em 0;
}
.question form .choice {
    font-size: 100%;
    margin: .625em;
    position: relative;
}
.question form .choice input[type=radio] {
    border: none;
    height: 1.75em;
    left: 0;
    position: absolute;
    width: 1.75em;
    -webkit-border-radius: 1.25em;
}
.question form .choice label {
    display: block;
    padding: .5em 0 1em 3em;
}
.question form .submit {
    border color: white;
    border-style: dashed;
    border-width: 1px 0 0 0;
    bottom: 0;
    left: .5em;
    position: absolute;
    right: .5em;
}
.question form .submit input[type=submit] {
    margin: .3125em 0 .5em 0;
}

/*ANSWER SPECIFIC RULES*/

.answer #header {
    background-color: rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    z-index: 500;
}
.answer .image_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.answer .overlay {
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    padding: 1em .625em .625em .625em;
    position: absolute;
    z-index: 1000;
}
.answer .credit {
    font-size: 70%;
    font-style: italic;
}
.answer .result {
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/pennant-green.png');
    background-position: center right;
    background-repeat: no-repeat;
    color: black;
    left: 0;
    padding: 0 1.5em 0 .5em;
    position: absolute;
    top: -.85em;
}
.answer .result.incorrect {
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/pennant-pink.png');
    color: white;
}
.answer .answer_caption {
    height: auto;
    overflow: hidden;
}
.answer .answer_caption .thumb {
    background-color: rgba(0,0,0,.75);
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/arrow-down.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: .25em;
    -o-border-top-left-radius: .25em;
    -ms-border-top-left-radius: .25em;
    -moz-border-top-left-radius: .25em;
    -webkit-border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    -o-border-top-right-radius: .25em;
    -ms-border-top-right-radius: .25em;
    -moz-border-top-right-radius: .25em;
    -webkit-border-top-right-radius: .25em;
    display: block;
    height: 17px;
    position: absolute;
    right: -0.8875em;
    top: -17px;
    width: 21px;
}
.answer .score {
    border color: white;
    border-style: dashed;
    border-width: 1px 0 1px 0;
    font-weight: bold;
    margin: .3125em 0;
    padding: .3125em 0;
    position: relative;
}
.answer .score span {
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/answer_correct.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1.25em;
    width: auto;
}
.answer .score span.incorrect {
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/answer_incorrect.png');
    position: absolute;
    right: 0;
}
.answer form input {
    margin:0;
}

/*TOGGLE VISIBILITY RULES*/

.hide_caption .answer .answer_caption {
    height: 0;
}
.hide_caption .answer .answer_caption .thumb {
    background-image: url('http://img2.timeinc.net/people/static/mobile/i/quiz/arrow-up.png');
}
.hide_chrome .answer #header, 
.hide_chrome .answer .theme, 
.hide_chrome .answer .overlay {
    display: none;
}

/*IPHONE SPECIFIC RULES*/

.iphone.portrait body {
    height: 416px;
}
.iphone.landscape body {
    height: 276px;
    overflow: hidden;
}

