@import url(http://fonts.googleapis.com/css?family=Orbitron:400,900,700,500);

h1{
	text-shadow: 1px 2px 4px #9B9090;
	text-align: center;
	font-size: 37px;
	margin-top: 34px;		
}
.wp-core-ui .button-primary{	
	color: #fff;
	width: 100px;
	border: none;
	background: #326B94 none repeat scroll 0 0;
	box-shadow: 0px 4px 1px #12354F; 
}
.wp-core-ui .button-primary:hover {background: #326B94 none repeat scroll 0 0;  border-radius: 0px;}
html, body{
  margin:0;
  padding:0;
  height:100%;
}
section {
	position: relative;
	border: 1px solid #326B94;
	padding-top: 37px;
	background: #326B94;
}
section.positioned {
	position: absolute;
	top:100px;
	left:100px;
	width:800px;
	box-shadow: 0 0 15px #333;
}
table {
	border-spacing: 0;
	width:100%;
}