html{color:#000;background: #ddd;}
a{cursor:pointer;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
/* h1,h2,h3,h4,h5,h6{font-size:100%;} */
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
legend{color:#000;}
a:focus,object,h1,h2,h3,h4,h5,h6{-moz-outline-style: none; border:0px;}
strong {font-weight: bold;}


body, 
html {
	background: #ddd;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container,
#shadow {
	position: absolute;
	display: inline-block;
	background: #eee;
	width: 545px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin-left: -272px;
	margin-top: -230px;
	text-align: center;
	overflow: hidden;
	border-radius: 2px;
}

#more-experiments {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	margin-top: 240px;
	text-align: center;
}
	#more-experiments a {
		padding: 2px;
		
		color: #7A859F;
		text-decoration: none;
		border-bottom: 1px dotted #9AA4BB;
		
		-webkit-transition: none;
		   -moz-transition: none;
		     -o-transition: none;
		        transition: none; 
	}
	
	#more-experiments a:hover {
		color: #fff;
		background: #4869cc;
		border: 0;
	}

#shadow {
	overflow: visible;
	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

	#shadow:before {
	    content: "";
	    position: absolute; 
		
		border-radius: 100px / 10px;
		
		width: 90%;
		height: 90%;
		left: 5%;
		top: 10%;
		
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	       -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	}
	

#paddle {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}

#paddler {
	position: absolute;
	overflow-x: scroll;
	overflow-y: hidden;
	bottom: 0;
}

#player {
	position: absolute;
}
	#player input {
		margin: 4px;
	}

#enemies input {
	margin: 3px;
}

#counter {
	position: absolute;
	width: 100%;
	top: 50%;
	font-size: 56px;
	font-weight: bold;
	text-shadow: 0px -1px #fff;
	text-align: center;
	opacity: 0;
}


