

/* iPhone-specific styles */
@media only screen and (max-device-width: 1024px) { 

	html {
		-webkit-text-size-adjust: none;
		}


        body { background-color:#fff;color:#000;font-size:100%;width:100%;line-height:1.5em;}
        
        a, a.visited {font-size:100%;}
        h1{font-size:32pt;}
        h{font-size:24pt;}
        img{max-width: 100%;}
        #icon {background-size:contain;}
        input, textarea { max-width:100%;}
}
