* {
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#gameframe {
	flex-grow: 1;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 999999;
	position: relative;
}

#footer {
	padding: 10px 16px;
	height: 64px;
	width: 100%;
	background: #fff;
	display: flex;
}

#store-info,
#game-info {
	display: flex;
	flex-direction: column;
}

#game-info {
	flex-grow: 1;
}

#store-info {
	flex-shrink: 1;
	justify-content: center;
    align-items: center;
}

#store-info {
	flex-direction: row;
	margin: 0 16px;
}

#game-info h2 {
	font-family: Torus, Arial, sans-serif;
	font-size: 20px;
	color: #002B50;
	margin: 0;
}

#game-info p {
	font-family: 'Proxima Nova', Arial, sans-serif;
	color: #7E91AB;
	font-size: 12px;
	margin: 5px 0 0;
}

#thumb {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.24);
	margin-right: 16px;
	border-radius: 8px;
	overflow: hidden;
}

#poki-logo {
	flex-shrink: 0;
}

#poki-logo-img {
	margin-top: -4px;
	height: 52px;
	vertical-align: bottom;
}

.store-link {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
	max-width: 130px;
}

.store-link img {
	width: 100%;
}
