body{
background-color:#ffffff;
margin:0;
padding:0;
}
.header,
.title,
.subtitle,
.footer-text {
font-family: Helvetica, Arial, sans-serif;
}
.container-padding {
padding-left: 24px;
padding-right: 24px;
}
.header {
font-size: 21px;
font-weight: bold;
font-style: normal;
color: #df4726;
background: #ededed;
font-family: Helvetica, Arial, sans-serif;
text-align: left!important;
padding: 20px 24px 12px 24px;
}
.header-image{
max-width: 600px;
height:auto;
}
.full-width-header-image{
width: 100%;
display: block;
}
.footer-text,
.footer-text th,
.footer-text td,
.footer-text li {
font-size: 12px;
line-height: 16px;
color: #aaaaaa;
background: transparent;
}
.footer-text a,
.footer-text th a,
.footer-text td a,
.footer-text li a {
color: #aaaaaa;
}
.footerlink{
font-size: 11px;
text-transform: uppercase;
text-decoration: underline;
}
.container {
width: 600px;
max-width: 600px;
}
.content {
padding-top: 12px;
padding-bottom: 12px;
background-color: #FFFFFF;
}
code {
background-color: #eee;
padding: 0 4px;
font-family: Courier, monospace;
font-size: 12px;
}
hr {
border: 0;
border-bottom: 1px solid #cccccc;
}
.hr {
height: 1px;
border-bottom: 1px solid #cccccc;
}
h1 {
font-size: 18px;
font-weight: bold;
font-style: normal;
color: #374550;
font-family: Helvetica, Arial, sans-serif;
text-align: left;
}
h2,h3,h4 {
font-size: 15px;
font-weight: bold;
font-style: normal;
color: #374550;
font-family: Helvetica, Arial, sans-serif;
text-align: left;
}
.subtitle {
font-size: 16px;
font-weight: 600;
color: #2469A0;
}
.subtitle span {
font-weight: 400;
color: #999999;
}
.body-text,
.body-text td,
.body-text th,
.body-text li {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
text-align: left;
color: #333333;
font-weight: normal;
font-style: normal;
line-height: 1.5;
}
a{
color: #b2904c;
font-weight: normal;
text-decoration: underline;
}
body {
margin: 0;
padding: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
table {
border-spacing: 0;
}
table td {
border-collapse: collapse;
}
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.ReadMsgBody {
width: 100%;
background-color: #ffffff;
}
table {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
-ms-interpolation-mode: bicubic;
}
a.footerlink{
font-size: 12px;
text-decoration: none;
color:###footerlinkcolor###;
text-shadow: 1px 2px 3px ###footerlinkshadowcolor###;
}
.yshortcuts a {
border-bottom: none !important;
}
@media screen and (max-width: 599px) {
table[class=”force-row”],
table[class=”container”] {
width: 100% !important;
max-width: 100% !important;
}
}
@media screen and (max-width: 400px) {
td[class*=”container-padding”] {
padding-left: 12px !important;
padding-right: 12px !important;
}
.header-image{
max-width: 100% !important;
}
}
.ios-footer a {
color: #aaaaaa !important;
text-decoration: underline;
}
|