96
<!–
table,
td {
color: #aeb9cf;
}
a {
color: #0000ee;
text-decoration: underline;
}
@media (max-width: 480px) {
#u_content_image_1 .v-src-width {
width: 211px !important;
}
#u_content_image_1 .v-src-max-width {
max-width: 75% !important;
}
#u_content_button_2 .v-size-width {
width: 100% !important;
}
#u_content_button_4 .v-size-width {
width: 100% !important;
}
#u_content_text_12 .v-text-align {
text-align: center !important;
}
#u_content_image_4 .v-text-align {
text-align: center !important;
}
#u_content_text_13 .v-text-align {
text-align: center !important;
}
#u_content_image_6 .v-src-width {
width: 178px !important;
}
#u_content_image_6 .v-src-max-width {
max-width: 25% !important;
}
}
@media only screen and (min-width: 620px) {
.u-row {
width: 600px !important;
}
.u-row .u-col {
vertical-align: top;
}
.u-row .u-col-50 {
width: 300px !important;
}
.u-row .u-col-100 {
width: 600px !important;
}
}
@media (max-width: 620px) {
.u-row-container {
max-width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.u-row .u-col {
min-width: 320px !important;
max-width: 100% !important;
display: block !important;
}
.u-row {
width: calc(100% – 40px) !important;
}
.u-col {
width: 100% !important;
}
.u-col > div {
margin: 0 auto;
}
}
body {
margin: 0;
padding: 0;
}
table,
tr,
td {
vertical-align: top;
border-collapse: collapse;
}
p {
margin: 0;
}
.ie-container table,
.mso-container table {
table-layout: fixed;
}
* {
line-height: inherit;
}
a[x-apple-data-detectors=’true’] {
color: inherit !important;
text-decoration: none !important;
}
@media (max-width: 480px) {
.hide-mobile {
max-height: 0px;
overflow: hidden;
display: none !important;
}
.hide-desktop {
display: block !important;
}
}
|