body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}
#gameContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: radial-gradient(#666, #333);*/
	background-size: 100% 100%;
}
.progress, .progressWrap {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: #222;
	height: 85px;
	width: calc(100% - 20px);
	padding-top: 35px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 115px;
	border-radius: 5px;
	box-sizing: border-box;
}
.progressFrame {
	background-color: #111;
	width: 100%;
	height: 100%;
	border: solid 5px #111;
	box-sizing: border-box;
	border-radius: 5px;
}
.progressBar {
	background-color: #222;
	height: 30px;
}
.empty {
	float: right;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.full {
	background-color: #222;
	float: left;
	width: 0%;
	height: 100%;
	display: inline-block;
}
.thumb {
	width: 100px;
	height: 75px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-size: cover;
}
.logo {
	    width: 280px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 49%;
    margin-left: -124px;
    margin-top: -80px;
    background-image: url(http://www.coolmathgameskids.com/wp-content/uploads/2018/06/logo_game.png);
    background-repeat: no-repeat;
}
.link {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.play {
	width: 247px;
	margin-left: -123px;
	background-color: #333;
	position: absolute;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	top: 50%;
	left: 50%;
	opacity: 0.5;
	display: none;
}
.play:hover {
	opacity: 1;
}
.share {
	position: absolute;
	border: 0;
	width: 200px;
	height: 28px;
	margin-top: 6px;
	margin-left: 6px;
}
.name {
	position: absolute;
	top: 10px;
	margin: 0;
}
.percentage {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}
a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}