#hero-app{
	background: #CFD8DC;
	box-shadow: 0 2px 2px #eee;
	color: #616161;
	padding: 40px 0;
}

.hero-app>div{
	height: 158px;
}
.hero-app h1{
	border-bottom: 1px solid #616161;
	color: #424242;
	font-size: 34px;
	line-height: 1.2;
}
.hero-app p{
	margin: 6px 0;
}
.hero-app .appicon{
	height: 156px;
	left: 0;
	position: absolute;
	top: 0;
	width: 156px;
}

.hero-text{
	margin-left: 200px;
}

#features{
	position: relative;
}

#lang-link{
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top:-40px;
}

#reviews,#version-history{
	color: #757575;
	font-size: 0.9em;
	margin: 60px 0 40px;
}
.version-history td{
	min-width: 60px;
}
.version-history td:first-child{
	width: 100px;
}

.hero-app .appstore{
	bottom: 0;
	position: absolute;
	right: 0;
}

.video{
	background-color: #212121;
	margin: auto;
	padding: 10px 0;
	width: 720px;
}

.appimages img{
	margin-bottom: 12px;
}