
html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

.container {
	max-width: 980px;
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -40px;
	overflow: hidden;
	padding-bottom: 60px;
}

/* Set the fixed height of the footer here */
#push,
footer {
	height: 40px;
	border-top: 1px solid #ccc;
	margin: 0px 0 0px 0;
	padding: 10px 0 0px 0;
	overflow: hidden;
	clear: both;
	background-color: #999;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}




.header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 20px 0 10px 0;
	background-color: #eaeaea;
}

h1 .subtitle {
	color: #666;
	display: block;
	font-size: 18px;
	margin-top: 3px;
	padding-left: 48px;
}

.start-button-box {
	text-align: right;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.center-block {
	max-width: 768px;
}

.question-image {
	max-width: 100%;
	border: 5px solid #eaeaea;
}

.question-image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.question-image-number {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.best-point-image {
	max-width: 100%;
	margin-bottom: 10px;
}
.best-point-images {
	margin-bottom: 20px;
}
.activity-image-cell {
	width: 60px;
}
.activity-image {
	width: 60px;
}
.ajaxform .errors {
	display: none;
}

#points {
	text-align: center;
	min-width: 80px !important;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.header h1 {
		font-size: 18px;
	}

	h1 .subtitle {
		color: #666;
		display: block;
		font-size: 16px;
		margin-top: 3px;
		padding-left: 24px;
	}

	.logo {
		max-width: 30%;
	}
}