/* Based on The MailChimp Reset INLINE: Yes. */
/* Client-specific Styles */
#outlook a {
  padding: 0;
}

/* Force Outlook to provide a "view in browser" menu link. */
body {
  width: 100% !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* Prevent Webkit and Windows Mobile platforms from changing default font sizes.*/
.ExternalClass {
  width: 100%;
}

/* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
  line-height: 100%;
}

/* Forces Hotmail to display normal line spacing.  More on that: http://www.emailonacid.com/forum/viewthread/43/ */
#backgroundTable {
  margin: 0;
  padding: 0;
  width: 100% !important;
  line-height: 100% !important;
}

/* End reset */
/* Some sensible defaults for images
Bring inline: Yes. */
img {
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

a img {
  border: none;
}

.image_fix {
  display: block;
}

/* Yahoo paragraph fix
Bring inline: Yes. */
p {
  margin: 1em 0;
}

/* Hotmail header color reset
Bring inline: Yes. */
h1, h2, h3, h4, h5, h6 {
  color: #1c90cc !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1c90cc !important;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
  color: #1c90cc !important;
  /* Preferably not the same color as the normal header link color.  There is limited support for psuedo classes in email clients, this was added just for good measure. */
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #1c90cc !important;
  /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
}

/* Remove spacing around Outlook 07, 10 tables
Bring inline: Yes */
table {
  border-collapse: collapse;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

/* Styling your links has become much simpler with the new Yahoo.  In fact, it falls in line with the main credo of styling in email and make sure to bring your styles inline.  Your link colors will be uniform across clients when brought inline.
Bring inline: Yes. */
a {
  color: #1c90cc;
}

#body_style {
  background: #E6E6E6;
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

.nowhitespace {
  font-size: 0px;
}

table[class=hideFromDesktop] {
  display: none;
}

td[class=hideFromDesktop] {
  display: none;
}

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