/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body, html {
    margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-decoration: underline;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

select {
	width: 100%;
	height: 40px;
}

#header {
	color: #50ABF1;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
}

#header-barrier {
	height: 50px;
	background-color: #fff;;
}

#categories ul {
	max-width: 990px;
	list-style-type: none;
	font-size: 18px;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}

#categories li {
	font-size: 14px;
	width: 90px;
	float: left;
	padding: 0;
	margin: 0px 10px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}

#categories p {
	margin: 10px 0 0 0;
	font-style: italic;
	text-decoration: underline;
	color: #999;
}

#info {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	padding-right: 15px;
}

.center {
	text-align: center;
}

#loading {
	width: 50px;
	display: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#quiz {
	display: none;
}

#quiz-result {
	display: none;
	text-align: center;
}

.contents {
    padding: 10px 20px 20px;
    max-width: 670px;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.small {
	font-size: 12px;
}

/*--------------------------------------------------------------
# Buttons and controls
--------------------------------------------------------------*/
#btn-reveal,
#btn-answer-yes,
#btn-start-quiz {
	color: #fff;
	border: medium none;
	background-color: #4085B8;
}

.btn-answer {
	color: #4085B8;
	background: #fff;
	border: 1px solid #4085B8;
}

button {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    -webkit-appearance: none;
}

#answer-controls {
	display: none;
	text-align: center;
	padding: 10px;
	background-color: rgba(200, 200, 200, 0.3);
}

#answer-controls p {
	font-size: 18px;
	margin: 0;
}

#answer-controls button {
	width: 48%;
}

.ctrl_categories {
	font-size: 14px;
	text-align: center;
}

.btn-color-1 {
	color: #4085B8;
	border: 1px solid #4085B8;
	background-color: #fff;
    height: 50px;
    margin: 15px 0;
}

.btn-color-2 {
	color: #fff;
	border: medium none;
	background-color: #4085B8;
    height: 50px;
    margin: 15px 0;
}

/*--------------------------------------------------------------
# Objects
--------------------------------------------------------------*/
#year {
//	display: none;
}

#report {
    cursor: pointer;
}

#log {
    text-align: center;
    margin-top: 60px;
}

#report-log {
    text-align: center;
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Landscape
--------------------------------------------------------------*/
@media screen and (min-width: 660px) {
	p {
		font-size: 12px !important;
	}
}