div.wandshop {
	font-family: 'EBGaramond', Tahoma, serif;
	margin: 24px;
}

div.wandshop p {
	font-size: 18px;
}

.quiz-question {
	display: none;
	margin-bottom: 16px;
}

.quiz-question.active {
	display: block;
	margin-bottom: 16px;
}

.option-group label {
	cursor: pointer;
	font-size: 16px;
	font-family: 'EBGaramond', Tahoma, serif;
}

button.button1 {
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 1px 3px 1px 3px;
	color: #fefbf5;
	border-color: #654c22;
	border: 1px solid transparent;
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 3px;
	width: auto !important;
	line-height: 1.5;
}

button.button1:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.1) 100%);
}

#submit-button {
	display: none;
}

#ollivander-sign {
	font-family: "Cinzel", Tahoma, serif;
	color: goldenrod;
	text-align: center;
}

.header-image {
	width: 100%;
	margin: auto;
	display: block;
}