<!–
* {
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:820px) {
.row-content {
width: 100% !important;
}

.column .border {
display: none;
}

.stack .column {
width: 100%;
display: block;
}

.reverse {
display: table;
width: 100%;
}

.reverse .column.first {
display: table-footer-group !important;
}

.reverse .column.last {
display: table-header-group !important;
}

.row-11 td.column.first>table,
.row-11 td.column.last>table,
.row-13 td.column.first>table,
.row-13 td.column.last>table,
.row-5 td.column.first>table,
.row-5 td.column.last>table {
padding-left: 0;
padding-right: 0;
}
}