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\:pumpkin {
	position: absolute;
	display: block;
	/* 150x150 */
	width: 7.8%;
	height: 7.8%;
	background-image: url('../img/shooty-ship-pumpkin-150x150.png');
	background-size: 100% 100%;
}

ss\:shrapnel {
	position: absolute;
	display: block;
	/* 150x150 */
	width: 3.9%;
	height: 3.9%;
	background-image: url('../img/shooty-ship-rock-150x150.png');
	background-size: 100% 100%;
}

ss\:shrapnel.round-red-candy {
	width: 4.75%;
	height: calc(4.75% * (81/150));
	background-image: url('../img/round-red-candy-150x81.png');
}

ss\:shrapnel.mummy {
	width: calc(6.25% * (93/150));
	height: 6.25%;
	background-image: url('../img/mummy-93x150.png');
}

ss\:shrapnel.candle {
	width: calc(3.9% * (88/150));
	height: 3.9%;
	background-image: url('../img/candle-88x150.png');
}

ss\:shrapnel.square-candy {
	width: 4.75%;
	height: calc(4.75% * (76/150));
	background-image: url('../img/square-candy-colored-150x76.png');
}

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);
}

ss\:gameoversplash.visible {
	opacity: 1;
	filter: alpha(opacity=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: fixed;
	width: calc(80% - 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: 20pt;
}

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

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

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

ss\:bannerad {
	display: block;
	margin: 0.5em auto;
	width: 66%;
}

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;
}
