body {
  width: 100% !important;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

﻿table,
table td {
  border: none;
  border-collapse: collapse;
  mso-table-lspace: 0;
  mso-table-rspace: 0;
}

img {
  display: block;
  outline: none;
  border: none;
  -ms-interpolation-mode: bicubic;
}

@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}