/* JDRC_READABILITY_V1
   Global readability floor for JDRC website + web-rendered mobile app screens.
   Existing typography hierarchy stays intact; only microtext is raised. */
html{font-size:16px}
body{font-size:16px}
small{font-size:13px!important;line-height:1.45}
@media(max-width:800px){
  small{font-size:14px!important;line-height:1.5}
  input,select,textarea{font-size:16px!important}
  button,.button{line-height:1.25}
}
