body {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  
  a {
    color: inherit;
  }
  
  a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
  }
  
  img {
    border: 0;
    outline: none;
    line-height: 100%;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
  }
  
  table,
  td {
    mso-table-lspace: 0;
    mso-table-rspace: 0;
  }
  
  table,
  tr,
  td {
    border-collapse: collapse;
  }
  
  table.template-container {
    width: 600px;
    margin: 0 auto;
  }
  
  body,
  td,
  th,
  p,
  div,
  li,
  a,
  span {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    mso-line-height-rule: exactly;
  }
  
  p:first-of-type {
    margin-top: 0 !important;
  }
  
  .gmail-fix {
    display: none !important;
  }
  
  .sm-right {
    text-align: right;
    margin-left: auto;
  }
  
  .sm-center {
    text-align: center;
  }
  
  .sm-padding-left-30 {
    padding-left: 30px;
  }
  
  .sm-padding-right-20 {
    padding-right: 20px;
  }
  
  .post-col-left {
    padding-right: 10px;
  }
  
  .post-col-right {
    padding-left: 10px;
  }
  
  .sm-col-25 {
    width: 25%;
  }
  
  .sm-col-33 {
    width: 33%;
  }
  
  .sm-col-50 {
    width: 50%;
  }
  
  @media screen and (max-width:620px) {
    table.template-container {
      width: 320px !important;
      margin: 0 auto;
      white-space: normal;
    }
  
    .xs-col {
      width: 100% !important;
    }
  
    .xs-spacing {
      margin: 10px 0 !important;
    }
  
    .xs-mb-10 {
      margin-bottom: 10px;
    }
  
    .xs-mb-20 {
      margin-bottom: 20px;
    }
  
    .xs-center {
      text-align: center;
    }
  
    .xs-table-center {
      text-align: center;
      margin: 0 auto;
    }
  
    .sm-padding-left-30 {
      padding-left: 0;
    }
  
    .sm-padding-right-20 {
      padding-right: 0;
    }
  
    .post-col-left {
      padding-right: 0;
    }
  
    .post-col-right {
      padding-left: 0;
    }
  }