/* Outlook 07, 10 Padding issue fix
Bring inline: No.*/
table td {
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  table[class=mobileCenter] {
    width: 100% !important;
    text-align: center !important;
  }

  td[class=mobileCenter] {
    width: 100% !important;
    text-align: center !important;
  }

  div.mobileCenter {
    text-align: center !important;
  }

  table[class=scaleForMobile] {
    border-collapse: separate;
    width: 100% !important;
  }

  td[class=scaleForMobile] {
    border-collapse: separate;
    width: 100% !important;
  }

  td[class=bodyContent2] {
    height: auto !important;
  }

  td[class=bodyContent3] {
    height: auto !important;
    text-align: left !important;
  }

  img[class=imgRepeatX] {
    width: 100% !important;
  }

  img[class=imgFull] {
    width: 100% !important;
    height: auto !important;
  }

  img[class=imgBtn] {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  img[class=imgBtnFull] {
    display: inline-block !important;
    width: 100% !important;
  }

  /*td[class=metroCenter]           { text-align: center !important; }*/
  table[class=hideFromMobile] {
    display: none !important;
  }

  td[class=hideFromMobile] {
    display: none !important;
  }

  table[class=hideFromDesktop] {
    display: block !important;
  }

  td[class=hideFromDesktop] {
    display: block !important;
  }
}

/*# sourceMappingURL=default-exclude.css.map */
