html {
	background: #222;
	color: #eee;
}

body {
	margin: 60px 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.separator{
	text-align: center;
}

.separator:before,
.separator:after {
  background-color: #2a2a2a;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.separator:before {
  right: 0.5em;
  margin-left: -50%;
}

.separator:after {
  left: 0.5em;
  margin-right: -50%;
}

.app-container{
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 20px;
}



.app-container:hover{
	color: #ddd;	
}

.app-logo{
	width: 64px;
	margin: auto;
	display: block;
}

.app-logo-ios{
	width: 64px;
	margin: auto;
	display: block;
	border-radius: 12px;
}

.app-title{
	display: block;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

.app-desc{
	text-align: center;
	line-height: 1.4em;
}

.beta-link{
	text-align: center;
	font-weight: 400;
	line-height: 1.4em;
	text-decoration: underline;
	font-size: 1.2em;
}