body    { padding: 10px; }
h6      { margin-top: 1em; }
input,
select,
button  { min-height: 45px !important; }
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    input[type="radio"],
    input[type="checkbox"] {
      -ms-transform: scale(1.35); /* IE 9 */
      -webkit-transform: scale(1.35); /* Chrome, Safari, Opera */
      transform: scale(1.35);
    }
}
