/* /activities/Peter's Brain Games/Tracking/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {font-family:arial,sans-serif; font-size:20px;
	background-color:#400;}
h2 {text-align:center; margin-top:20px; margin-bottom:-5px;
	font-family:Georgia,serif; font-style:italic; color:blue;}

#box {width:1200px; height:850px; background-color:lemonchiffon; margin:0 auto;
	border:5px double blue; position:relative;}
#stars {text-align:center; margin-top:20px;}
#stars img {cursor:pointer; padding:10px;}
#best {text-align:center; font-size:24px;}
#start {position:absolute; left:560px; top:380px;}
.round_button {width:80px; height:110px; cursor:pointer;}
.round_button p {margin-top:0px; font-size:20px; text-align:center;}
#home {position:absolute; left:10px; top:10px;}
#back {position:absolute; left:60px; top:10px;}
#again {position:absolute; right:10px; top:10px;}
#moves {position:absolute; left:45px; top:25px; font-size:60px;}

#note {text-align:center; border:2px solid green; width:400px;
	padding:10px; margin:100px auto 0 auto;}
#watch {position:absolute; left:535px; top:700px;}

#rect {position:relative; width:800px; height:575px; margin:50px auto;
	border:5px solid brown; background-color:ivory;}
.ball {position:absolute;}

#box {
	width:96vw;
	max-width:960px;
	height:900px;
}
#start {
	left:440px;
}
#watch {
	left: 415px;
}
#moves {
	left:20px;
}
@media screen and (orientation:landscape) {
	#rect {
		width:640px;
		height:400px;
	}
	#rect, .ball {
		margin-top:10px;
	}
	#watch {
		left:auto;
		right:45px;
		top:400px;
	}
	#moves {
		left:50px;
	}
}