File size: 2,238 Bytes
d2897cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* 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 !important; }
#outlook a { padding:0; }
.ReadMsgBody { width: 100%; }
.ExternalClass {width:100%;}
.backgroundTable {margin:0 auto; padding:0; width:100% !important;}
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% !important;
}


.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' !important;
    }
    .w280 {
        width: 280px !important;
    }

}

/* Mobile styles */
@media only screen and (max-width: 480px) {

    table[class*="w320"] {
        width: 320px !important;
    }

    td[class*="w320"] {
        width: 280px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    img[class*="w320"] {
        width: 250px !important;
        height: 67px !important;
    }

    td[class*="mobile-spacing"] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    *[class*="mobile-hide"] {
        display: none !important;
    }

    *[class*="mobile-br"] {
        font-size: 12px !important;
    }

    td[class*="mobile-w20"] {
        width: 20px !important;
    }

    img[class*="mobile-w20"] {
        width: 20px !important;
    }

    td[class*="mobile-center"] {
        text-align: center !important;
    }

    table[class*="w100p"] {
        width: 100% !important;
    }

    td[class*="activate-now"] {
        padding-right: 0 !important;
        padding-top: 20px !important;
    }

}