﻿body {
	background-color:#FFFF99;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:72px;
	font-family:"Luckiest Guy", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color:orange;
	-webkit-text-stroke: 1px black;
	text-shadow:3px 3px 0 black,-2px -2px 0 black,2px -2px 0 black,-2px 2px 0 black,2px 2px 0 black;
	padding:2px;
	margin:2px;
	letter-spacing:10px;
}
div#Container {
	position:relative;
	background-color:#FFCC66;
	width:900px;
	height:460px;
	padding:0px;
	border:10px white solid;
	margin:auto;
	margin-bottom:60px;
	margin-top:2px;
	border-radius:10px;
}
div#Instructions {
	position:absolute;
	top:5px;
	right:5px;
	background-color:#FFFF99;
	border:1px #FF9900 solid;
	width:300px;
	height:450px;
	padding:0px;
	margin:auto;
}
div#Target {
	width:80%;
	margin:auto;
	background-color:red;
	color:white;
	border:1px black solid;
	border-radius:10px;
	text-align:center;
}
div#Target h2{
	font-size:28px;
	font-weight:bold;
	margin-top:2px;
	margin:auto;
	margin-bottom:2px;
	text-align:center;
}
div#Target h4{
	font-size:48px;
	font-weight:bold;
	margin-top:2px;
	margin:auto;
	margin-bottom:2px;
	text-align:center;
}
div#Instructions p{
	text-align:left;
	margin-left:20px;
	margin-right:10px;
}
div.Fruit {
	position:absolute;
	width:150px;
	height:220px;
}
div.Lemon {
	background-image:url('Apple.gif');
	background-repeat:no-repeat;
	background-position:4px 0px;
	border: 0px;
	border-radius:2px;

}
img.LemonBadge {
	position:absolute;
	bottom:-70px;
	width:80px;
	height:65px;
	display:none;
}
div.Fruit p{
	color:yellow;
	font-size:96px;
	font-weight:bold;
	text-align:center;
	margin-top:70px;
}
div.Orange {
	height:50px;
	border-radius:10px;
	background-color:#FF6666;
	border: 1px black solid;
}
div.Orange p{
	color:black;
	font-size:36px;
	margin:5px;
}
div.Apple {
	background-image:url('Lemon150.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:121px;
}
div.Apple p{
	color:red;
	font-size:56px;
	margin-top:30px;
}
div.Numberbutton {
	position:absolute;
	width:30px;
	height:30px;
	border: 1px black solid;
	border-radius:15px;
	background-color:#FFFFCC;
	color:black;
	cursor:pointer;
}
div.Numberbutton p{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:3px;
}
#Trophybutton {
	display:none;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
#QuizFooterTable p.comment_title {
	background-color:#CD002E;
	background-image:none;
	background: linear-gradient(to bottom, #CD002E 0%, #FFFFFF 8%, #CD002E 16%, #CD002E 100%);
	border-top:2px black solid;
	border-left:2px black solid;
	border-right:2px black solid;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	box-shadow:3px 0px 1px 1px rgba(0,0,0,0.13);
	padding:10px;
}
#QuizFooterTable p.comment_date {
	display:none;
}
#QuizFooterTable p.comment_body {
	color:maroon;
	font-family: 'Architects Daughter', cursive;
	font-size:18px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:10px;
	border-left:2px black solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.26);
	line-height:26px;
}
