/* =========================================
   accounting-tax — Newsletter Template Styles
   Forest Green / Gold / White — Tax Accounting
   ========================================= */

body {
  margin: 0;
  padding: 0;
  background-color: #edf3ee;
  font-family: 'Segoe UI', Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

td {
  font-family: 'Segoe UI', Arial, sans-serif;
}

img {
  display: block;
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 620px) {
  table[style*="max-width:600px"] { width: 100% !important; }
  td[style*="width:50%"] { display: block !important; width: 100% !important; box-sizing: border-box; }
  td[style*="width:33.33%"] { display: block !important; width: 100% !important; box-sizing: border-box; }
  td[style*="width:40%"], td[style*="width:60%"] { display: block !important; width: 100% !important; text-align: center !important; }
  td[style*="padding:45px 30px"] { padding: 30px 20px !important; }
  td[style*="padding:28px 20px"] { padding: 20px 15px !important; }
  td[style*="padding:32px 25px"] { padding: 25px 15px !important; }
  td[style*="padding:22px 25px"] { padding: 18px 15px !important; }
}

@media only screen and (max-width: 480px) {
  td[style*="font-size:28px"] { font-size: 22px !important; }
  td[style*="padding:45px 30px"] { padding: 25px 15px !important; }
}
