<!–
#outlook a {
padding: 0;
}
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table,
td {
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
p {
display: block;
margin: 13px 0;
}
96
.mj-outlook-group-fix { width:100% !important; }
@media only screen and (min-width:480px) {
.mj-column-per-100 {
width: 100% !important;
max-width: 100%;
}
}
.moz-text-html .mj-column-per-100 {
width: 100% !important;
max-width: 100%;
}
@media only screen and (max-width:480px) {
table.mj-full-width-mobile {
width: 100% !important;
}
td.mj-full-width-mobile {
width: auto !important;
}
}
.answer div,
.notification-intro div {
line-height: 20px !important;
color: #676767 !important;
}
.notification-intro {
padding: 20px 40px 20px !important;
}
.notification-intro div a {
color: #676767;
}
.notification-intro__content {
border-bottom: 1px solid #efefef;
padding: 0 0 30px;
}
.answer {
padding: 0 40px 30px !important;
}
.answer__content {
padding-bottom: 20px;
}
.answer a {
color: #2D87F1;
}
.answer:not(:last-child) .answer__content {
border-bottom: 1px solid #efefef;
}
|
No comment