.astBoard
{	width: 600px;
	height: 600PX;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	background: #000;
	overflow: hidden;
	margin: auto;
}
.astBoard .astSpaceShip
{	position: absolute;
	bottom: 0px;
	left: 0px;
	width:25px;
	height: 25px;
}
.astBoard .astSpaceShip .astSpaceShipTail
{	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -6.5px;
	left: 7px;
	background: #ff8300;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-box-shadow:inset 0 -4px 4px 0 #000000;
	box-shadow:inset 0 -4px 5px 0 #000000;
	display: none;
}
.astBoard .astSpaceShip.astSpaceShipAccelerating .astSpaceShipTail
{	display: block;
}
.astBoard .astSpaceShip .astSpaceShipRightSide, .astBoard .astSpaceShip .astSpaceShipLeftSide
{	position: absolute;
	transform: rotate(63deg);
	top: 12px;
	left: 5px;
	background: #FFF;
	width: 27px;
	height: 1.5px;
}
.astBoard .astSpaceShip .astSpaceShipLeftSide
{	transform: rotate(-63deg);
	left: -7px;
}
.astBoard .astSpaceShip .astSpaceShipBottom
{	position: absolute;
	left: 0px;
	top: 20px;
	width: 25px;
	height: 5px;
	overflow: hidden;
}
.astBoard .astSpaceShip .astSpaceShipBottom .astSpaceShipBottomInner
{	position: absolute;
	top: 0px;
	left: -10px;
	width: 45px;
	height: 45px;
	border: 1.5px solid #FFF;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
}
.astBoard .astBullet
{	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 2px;
	height: 5px;
	background: #0ff;
}

.astBoard .astAsteroid
{	width: 0px;
	background: #000;
	height: 0px;
	border: 1px solid #FFF;
	position: absolute;
	color: #FFF;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow:inset 0 0 6px 0px #FFF;
	box-shadow:inset 0 0 6px 0px #FFF;
}

.astGameOver
{	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
}

.astBoardInfo
{	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.astBoardInfo>div
{	display: inline-block;
	padding: 3px 5px;
}
.astBoardInfo.astBoardHiScore
{	right: 0px;
	left: auto;
}
.astBoardInfo.astBoardLevel
{	bottom: 0px;
	top: auto;
}
.astBoardInfo.astBoardLives
{	right: 0px;
	left: auto;
	bottom: 0px;
	top: auto;
}

.astInstructions
{	width: 500px;
	padding: 10px 30px;
	margin: 15px auto 0px;
	border: 2px solid #999;
	font-size: 16px;
	text-align: center;
}
.astInstructions span
{	display: inline-block;
	color: #000;
	background: #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 5px;
	font-weight: bold;
}
.astInstructions span.astInstructionsArrows
{	font-size: 20px;
}

.astButtons
{	width: 120px;
	height: 100px;
	float: right;
	display: none;
}
.astButtons>div
{	float: left;
	width: 40px;
	text-align: center;
}
.astButtons>div>div
{	width: 40px;
	text-align: center;
	height: 40px;
	padding: 5px 0px;
}
.astButtons div a
{	display: block;
	width: 40px;
	text-align: center;
	margin-bottom: 5px;
	height: 40px;
	float: right;
	background-color: #d20000;
	background-image: url('../img/template/button_pointer_white.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #FFF !important;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	font-weight: bold;
	font-size: 32px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}
.astButtons>div>a
{	margin-top: 28px;
}
.astButtonsFire div a
{	background-image: none;
}
.astButtons div:last-child a
{	float: left
}
.astButtonsFire
{	width: 100%;
	text-align: center;
}
.astButtonsFire>div
{	float:none;
	width: 50%;
	margin: auto;
}
.astButtonsFire>div a
{	width: 100%;
}

@media (max-width: 600px)
{	.mainContainer.container_inner
	{	padding: 10px 0px;
	}
	.astBoard
	{	width: 100%;
		padding-top: 100%;
		height: 0px;
	}
	.astBoard .astSpaceShip
	{	width: 15px;
		height: 15px;
	}
	.astBoard .astSpaceShip .astSpaceShipTail
	{	width: 7px;
		height: 8px;
		bottom: -7px;
		left: 4px;
		background: #ff8300;
	}
	.astBoard .astSpaceShip .astSpaceShipRightSide, .astBoard .astSpaceShip .astSpaceShipLeftSide
	{	top: 8px;
		left: 2.5px;
		width: 16px;
	}
	.astBoard .astSpaceShip .astSpaceShipLeftSide
	{	left: -4.5px;
	}
	.astBoard .astSpaceShip .astSpaceShipBottom
	{	top: 12.5px;
		width: 15px;
		height: 2.5px;
		overflow: hidden;
	}
	.astBoard .astSpaceShip .astSpaceShipBottom .astSpaceShipBottomInner
	{	left: -5px;
		width: 25px;
		height: 25px;
	}
	.astInstructions
	{	display: none;
	}
	.astButtons
	{	display: block;
	}
}