/* CLIENT-SPECIFIC STYLES */
body,
table,
td,
a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table,
td {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

img {
  -ms-interpolation-mode: bicubic;
}


/* RESET STYLES */
img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse !important;
}

body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}


/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


/* Custom styling */
a {
  color: #CCC;text-decoration: none;
}


/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
  margin: 0 !important;
}

.shareButtons span {
  display: inline-block;
}

.shareButtons a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 9px 15px 5px 15px;
  -webkit-padding-before: 7px;
  border-radius: 5px;

  background-color: #343df2;
  color: #F6F6F6;
  font-size: 1.5em;

  transition: all .3s ease;
}

.shareButtons span.shareFacebook a {
  background-color: #4267B2;
}

.shareButtons span.shareFacebook a:hover {
  background-color: #898F9C;
}

  .shareButtons span.shareFacebook a i {
    margin: 0 5px;
  }

.shareButtons span.shareTwitter a {
  background-color: #000;
  color: #FFF;
}

.shareButtons span.shareTwitter a:hover {
  background-color: #2c2d2e;
}

.shareButtons span.shareLinkedin a {
  background-color: #0a66c2;
}

.shareButtons span.shareLinkedin a:hover {
  background-color: #56687a;
}

.shareButtons span.shareWhatsApp a {
  background-color: #25D366;
}

.shareButtons span.shareWhatsApp a:hover {
  background-color: #128C7E;
}

.shareButtons span.shareDownload a {
  background-color: #466688;
}

.shareButtons span.shareDownload a:hover {
  background-color: #3b536d;
}
