64 lines
961 B
CSS
64 lines
961 B
CSS
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: #ebebeb;
|
|
}
|
|
|
|
table {
|
|
mso-table-lspace: 0pt;
|
|
mso-table-rspace: 0pt;
|
|
}
|
|
|
|
img {
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
.ios-footer a {
|
|
color: #aaaaaa !important;
|
|
text-decoration: underline;
|
|
}
|