html body{
font-family: Arial, Helvetica, sans-serif !important;
font-size:16px!important;

  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

body {
  height: 100vh;
}

a{
color: #822 !important;
text-decoration: none;
}

a:visited{
color: #822 !important;
text-decoration: none;
}

.nav{
	z-index:1;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 40px;
	background-color:#eee;
}

.page{
	width:100%;
	margin: 0px;
	text-align:center;
	background-color:#fff;
	margin-top:40px;
	color: #000;
	display:inline-block;
}

.app{
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#fff;
	border: 1px solid #aaa;
	text-align:left;
}

.appleft{
	float:left;
	width: 70px;
	height:70px;
	background-color:#eee;
}

.appleft img{
	width:64px;
	height:64px;
}

.appright{
	float:left;
	text-align:left;
	padding: 10px;
}

.installbutton {
    background-color: #3ea1e7;
    border: none;
    border-radius: 5px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    width: 70px;
    padding: 4px;
display:initial;
}
