@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Merriweather|Open+Sans);
html {
	font-family: 'Open Sans', 'Trebuchet MS', Verdana, sans-serif;
	background-color: #ffffff;
	color:#000000;
	text-align: center;
}
h1, h2, h3 {
	font-weight: normal;
	text-align: center;
}
h1 {
	margin-top:0px;
	padding:15px 0 5px 0;
	line-height:90%;
}
.quiz-title {
	font-style: italic;
	font-size: 65%;
	font-family: 'Merriweather', Georgia, serif;
	text-align: center;
}
#wheelbackground {
	background-image: url('wheel_back.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	padding: 25px 0 0 0;
	z-index: 2000;
	height: 450px;
	width: 400px;
}
canvas {
	border-radius:50%;
	position:relative;
	border:8px solid #fff;
	box-shadow:rgba(0,0,0,0.2) 0px 0px 10px, rgba(0,0,0,0.05) 0px 3px 0px;
}
