div.download {
position: absolute;
bottom: 0px;
clear:both;
width: 339px;

min-height: 110px;
text-align:center;
padding: 0 50px;

}


.download p {
margin-top: 25px;
line-height: 1em;
text-align: center;
margin: 12px 0;
	}

h1 {
position: relative;
text-align:left;
left: 339px;
display: inline-block; /*this fixes rendering issue on IOS. Without it, the H1 takes up space off-screen to the right */
}
	
h3 {
margin-top: 0;
}

