Spaces:
No application file
No application file
/* Take care of image borders and formatting */ | |
img { max-width: 600px; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic;} | |
a img { border: none; } | |
table { border-collapse: collapse ; } | |
#outlook a { padding:0; } | |
.ReadMsgBody { width: 100%; } | |
.ExternalClass {width:100%;} | |
.backgroundTable {margin:0 auto; padding:0; width:100% ;} | |
table td {border-collapse: collapse;} | |
.ExternalClass * {line-height: 115%;} | |
/* General styling */ | |
td { | |
font-family: Arial, sans-serif; | |
} | |
body { | |
-webkit-font-smoothing:antialiased; | |
-webkit-text-size-adjust:none; | |
width: 100%; | |
height: 100%; | |
color: #6f6f6f; | |
font-weight: 400; | |
font-size: 18px; | |
} | |
.panel { | |
font-size: 0.9em; | |
} | |
h1 { | |
margin: 10px 0; | |
} | |
a { | |
color: #27aa90; | |
text-decoration: none; | |
} | |
.force-full-width { | |
width: 100% ; | |
} | |
.body-padding { | |
padding: 0 75px; | |
} | |
@media screen { | |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900); | |
/* Thanks Outlook 2013! */ | |
body { | |
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', 'sans-serif' ; | |
} | |
.w280 { | |
width: 280px ; | |
} | |
} | |
/* Mobile styles */ | |
@media only screen and (max-width: 480px) { | |
table[class*="w320"] { | |
width: 320px ; | |
} | |
td[class*="w320"] { | |
width: 280px ; | |
padding-left: 20px ; | |
padding-right: 20px ; | |
} | |
img[class*="w320"] { | |
width: 250px ; | |
height: 67px ; | |
} | |
td[class*="mobile-spacing"] { | |
padding-top: 10px ; | |
padding-bottom: 10px ; | |
} | |
*[class*="mobile-hide"] { | |
display: none ; | |
} | |
*[class*="mobile-br"] { | |
font-size: 12px ; | |
} | |
td[class*="mobile-w20"] { | |
width: 20px ; | |
} | |
img[class*="mobile-w20"] { | |
width: 20px ; | |
} | |
td[class*="mobile-center"] { | |
text-align: center ; | |
} | |
table[class*="w100p"] { | |
width: 100% ; | |
} | |
td[class*="activate-now"] { | |
padding-right: 0 ; | |
padding-top: 20px ; | |
} | |
} |