
#download {
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	margin-top: 12px;
}
#download a {
	text-decoration: none;
}
#download a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px)
{
	#download {
		font-size: 14px; font-size: 1.4rem;
		line-height: 20px; line-height: 2.0rem;
		margin-top: 16px;
	}
}
