 .small-screen-only,
.small-and-medium-screen-only {
  display: block !important;
}
.medium-screen-only,
.medium-and-standard-screen-only,
.standard-screen-only {
  display: none;
}
body {
  min-width: 320px !important;
  -webkit-text-size-adjust: none !important;
}
input,
textarea,
select {
  font-size: 16px !important;
}
.form-date,
.form-email,
.form-tel,
.form-text,
.form-time,
textarea,
select {
  width: 90% !important;
}
table {
  max-width: 100% !important;
}
span.ext,
span.mailto {
  display: none !important;
}
