/* Addresses a Mobile Safari issue with text resizing */
/*@media only screen and (min-width : 320px) and (max-width : 560px) {*/
body {-webkit-text-size-adjust: none;}
/*}*/