body {
	height:100vh;
	font-family: 'Lato', sans-serif;
	background: linear-gradient(rgba(40,40,40,0.05), rgba(40,40,40,0.3)), url(bg_sm.jpg);
	background-size: cover;
	text-align: center;
	background-position-x: center;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-color: #1b1b1b;
}

.topbar {
	margin-bottom: 150px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.social {
	position: absolute;
	top: 13px;
	left: 10px;
}

.social a {
	display: inline-block;
	margin: 0 4px;
}

.social img {
	height: 32px;
}

.netWorth {
	color: #fff;
}

.title {
	font-size: 38px;
	position: relative;
	top: 7px;
	margin-left: 30px;
	margin-right: 30px;
	color: #24211c;
	text-shadow: 0px 0px 15px #fffcf5;
}

.price {
	color: #fff;
}

.attempts {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
	color: #000;
	font-size: 15px;
	border-radius: 6px;
	background: rgba(255,255,255,0.85);
}

.descriptionBox {
	background: rgba(0,0,0,0.7);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 100px;
	line-height: 20px;
}

.gameBox {
	background: rgba(0,0,0,0.7);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 80px;
	padding: 40px;
	color: #fff;
	border-radius: 8px;
}

.walletID {
	height: 32px;
	font-size: 26px;
	letter-spacing: 2px;
	font-family: 'Source Code Pro', monospace;
}

.keystatus {
	display: none;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.keystatus span {
	padding: 8px;
}

.promBox {
	display: inline-block;
}

.closestWalletChar {
	visibility: hidden;
	color: #6b6969;
}

.closestWalletCharMatch {
	visibility: initial;
	color: #00e000;
}

.billionaireName {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.billionaireAmount {
	text-align: right;
}

@media (max-width: 768px) {

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	.topbar {
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.netWorth {
		display: block;
	}

	.title {
		font-size: 28px;
		margin: 0;
	}

	.price {
		display: block;
		margin-top: 14px;
	}

	.attempts {
		top: 10px;
		right: 10px;
	}

	.descriptionBox {
		padding: 15px;
	}

	.gameBox {
		padding: 15px;
	}

	.walletID {
		font-size: 12px;
		height: auto;
	}

	.keystatus {
		font-size: 14px;
	}

	.promBox {
		display: block;
		margin-bottom: 40px;
		float: initial !important;
	}
}