body {
	background-color: #010224;
	margin: 0;
	padding: 0;
}

#app_container {
	width: 100%;
	max-width: 360px;
	height: 420px;
	margin: 0 auto;
	margin-top: 120px;
}

#app_header {
	
}

#app_header .logo {
	height: 46px;
	text-align: center;
	margin-bottom: 24px;
}

#app_header .logo img {
	height: 100%;
	width: auto;
	padding-left: 12px; 
}

.app_card {
	width: calc(100% - 20px);
	min-height: 180px;
	margin: 10px;
	background-color: #0C0D3A;
	border-radius: 8px;
	color: #fff;
	font-family: 'Teko';
}

.app_card h2 {
	text-align: center;
	padding-top: 18px;
	font-weight: 400;
	margin: 0;
}

.app_card p {
	text-align: center;
	margin: 10px;
	display: inline-table;
	width: calc(100% - 10px);
}


.downloads {
	padding: 16px 10px;
	text-align: center;
}

.downloads img {
	width: 40%;
	//float: left;
	display: inline-block;
	margin: 0 4px;
}


#footer {
	font-family: 'Teko';
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.openAppBtn {
	color: #fff;
	border-radius: 26px;
	background-color: #008cff;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
}


.avatar {
	border-radius: 64px;
	width: 128px;
	height: 128px;
	overflow: hidden;
	margin: 0 auto;
}

.avatar img {
	width: 100%;
	height: 100%;
}



