html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

ss\:game {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	background-image: url('../img/shiny.jpg');
	overflow: hidden;
}

ss\:startbutton, ss\:sharebutton {
	display: inline-block;
	width: 35%;
	cursor: pointer;
	border: 5px solid silver;
	background-color: white;
	text-align: center;
	font-size: 14pt;
	margin: 1em;
}

ss\:ship {
	position: absolute;
	display: block;
	/* 128x73 */
	width: 6.7%;
	height: 3.8%;
	text-align: center;
	background-image: url('../img/shooty-ship.png');
	background-size: 100% 100%;
}

ss\:bullet {
	position: absolute;
	display: block;
	top: -100%;
	left: -100%;
	width: 1.5%;
	height: 1.5%;
	background-color: #ff1e00;
	border: 0.25% solid #663300;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

ss\:enemy, ss\:bigenemy, ss\:president {
	position: absolute;
	display: block;
	width: 10%;
	height: 10%;
	background-size: 100% 100%;
}

ss\:shrapnel {
	position: absolute;
	display: block;
	/* 150x150 */
	width: 5%;
	height: 5%;
	background-size: 100% 100%;
}

ss\:explosion {
	position: absolute;
	display: block;
	background-color: #ff1e00;
	border: 15px solid #663300;
	border-radius: 50%;
	top: -100%;
	left: -100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

ss\:explosion table {
	width: 100%;
	height: 100%;
}

ss\:explosion table td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: black;
	font-weight: bold;
}

ss\:gameoversplash {
	/*
	transition: opacity 3s, filter 3s;
	-webkit-transition: opacity 3s, filter 3s;
	*/
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

ss\:gameoversplash.visible {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	height: 100%;
}

ss\:gameoversplash .background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

ss\:gameoversplash .foreground {
	position: absolute;
	width: calc(80vw - 5px);
	max-width: 480px;
	top: 0;
	left: 0;
	right: 0;
	margin: 1em auto;
	background-color: white;
	border: 10px solid #884444;
	z-index: 1001;
	text-align: center;
}

ss\:gameoversplash .foreground h1 {
	color: #dd4444;
	font-family: Verdana, sans-serif;
	font-size: 15pt;
	margin-bottom: 0.25em;
}

.scoreline, .max-scoreline {
	display: inline-block;
	font-size: 18pt;
	color: #555555;
	text-align: center;
	margin: 4pt;
}

.max-scoreline {
	font-size: 14pt;
}

ss\:gameoversplash .score {
	font-weight: bold;
	color: #dd4444;
}

ss\:bannerad {
	display: block;
	margin: 0.5em auto;
	width: 50vw;
	max-width: 400px;
}

ss\:installlink {
	display: none;
}

ss\:installlink.show {
	display: block;
	text-align: center;
}

ss\:installlink .button {
	display: inline-block;
	padding: 0.1em 1.5em;
	margin: 0.5em;
	border: 0.15em solid green;
	border-radius: 0.5em 0.5em;
	color: darkgreen;
	font-size: x-large;
	font-weight: bold;
	cursor: pointer;
}

ss\:installlink .button [data-id='icon_img'] {
	height: 1em;
	vertical-align: middle;
	margin-right: 0.25em;
}

.social-link {
	cursor: pointer;
}

.social-icon {
	height: 2em;
	margin: 0.1em 0.5em;
}

.fired {
	height: 3em;
}

.copyright, .copyright a {
	color: gray;
}
