#topbar {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 48px;
	width: 100%;

	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

#notebookLogo {
 	background-image: url(../images/product-logos-22.d29e274a6efeebadbae780963c9d4b2f.png);
 	background-position: -379px -184px;
 	width: 148px;
 	max-height: 34px;
    height: 22px;
    margin: 12px;
    display : inline-block;
	background-size: 740px 230px;
}

#features-label {
    display: inline-block;
    height: 48px;
    float: right;
    line-height: 48px;
    margin-right: 64px;
    color: #212121;
}

#zn-container {
	position: relative;
	font-family: Open Sans;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
	top: 50px;
	padding: 30px 20px 10px 20px;
	max-height: 586px;
	max-width: 700px;
	text-align: center;
}

#download-title {
	color: #212121;
	font-size: 42px;
	font-weight: 700;
}

#download-text {
    margin: 8px auto;
}

.download-text {
	margin: 8px auto;
}

#thanksText {
	color: #212121;
	font-size: 11pt;
	font-family: Open Sans;
	padding: 0 30px;
	margin: 4px auto;
	max-width: 500px;
}


#appTitle {
	font-size: 20px;
	color: #000000;
	margin: 64px auto 4px;
	font-family: Open Sans;
	font-weight: 600;
}


#storeContainer {
	position: relative;
	margin: 32px auto 0 auto
}

#ituneLink {
	position: relative;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

#androidLink {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

#storeContainer img {
	height: 46px;
	cursor: pointer;
}

#download-image {
	 background-image: url(../images/banner-icn-download-started.564a53458292e29bb6d04ce0d4cc8564.png);
	 height: 108px;
	 width: 108px;
	 background-size: 108px;
     margin: 64px auto 20px;
}

.download-link {
    color: #3B9EFF;
    text-decoration: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
	   only screen and (-o-min-device-pixel-ratio: 2/1),
	   only screen and (-webkit-min-device-pixel-ratio: 2),
	   only screen and (min-device-pixel-ratio: 2)  {

		#notebookLogo {
			background-image: url(../images/product-logos-22-2x.48c2026d39f89d8df29e7e46d7f8c551.png);
		}

		#download-image {
	 		background-image: url(../images/banner-icn-download-started@2x.adaea820922f5ae21a92460e22f73471.png);
		}	
}


/* Smartphones ----------- */
@media screen and (max-device-width : 767px) {
	#ituneLink {
		padding-right: 0;
		margin:8px auto;	
	}

	#androidLink {
		margin:8px auto;	
		padding-left: 0;
	}
}


/* iPads (portrait and landscape) ----------- */
@media screen and (min-device-width : 768px) {
	#ituneLink {
		padding-right: 20px;
		margin:auto;	
	}

	#androidLink {
		margin:auto;	
		padding-left: 20px;
	}
}

#appimage-div {
	margin-top : 32px; 
}
