* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: inherit !important;
}
#MessageViewBody a {
color: inherit;
text-decoration: none;
}
p {
line-height: inherit
}
@media (max-width:620px) {
.row-content {
width: 100% !important;
}
.column .border {
display: none;
}
.stack .column {
width: 100%;
display: block;
}
}