.ReadMsgBody {
    width: 100%;
} /* Forces Hotmail to display emails at full width */
.ExternalClass {
    width: 100%;
} /* Hotmail table centering fix */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
    line-height: 100%;
}  /* Forces Hotmail to display normal line spacing */
.ExternalClass * {
    line-height: 100%
}
p {
    margin: 1em 0;
}
hr {
  border-bottom:5px dotted #E4E4ED;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  }  
  /* Yahoo paragraph fix */
table td {
    border-collapse: collapse;
}  /* This resolves the Outlook 07, 10, and Gmail td padding issue fix */
/* This resolves the issue when iphone puts links on dates, etc. */
.appleLinksWhite a {
    color: #ffffff;
    text-decoration: none;
}
.appleLinksGray a {
    color: #828282;
    text-decoration: none;
}
.appleLinksBlack a {
    color: #000000;
    text-decoration: none;
}
.appleLinksBlue a {
    color:#2d8cff;
    text-decoration: none;
}
a.mobileshow, .mobilehide {
    display: none;
    color: #ffffff; /* for Gmail */
}
sup {
    line-height: 0;
    font-size: 55%;
}
/* APPLE AUTOLINK FIX */
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;
}
  /* SAMSUNG AUTOLINK FIX */
  #MessageViewBody a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}



/*-----------------------*/


