23
23
.ExternalClass span ,
24
24
.ExternalClass font ,
25
25
.ExternalClass td ,
26
+ .ExternalClass th ,
26
27
.ExternalClass div {
27
28
line-height : 100% ; }
28
29
@@ -49,23 +50,22 @@ center {
49
50
a img {
50
51
border : none; }
51
52
52
- p {
53
- margin : 0 0 0 10px ;
54
- Margin : 0 0 0 10px ; }
55
-
56
53
table {
57
54
border-spacing : 0 ;
58
55
border-collapse : collapse; }
59
56
60
- td {
57
+ td , th {
61
58
word-wrap : break-word;
62
59
-webkit-hyphens : auto;
63
60
-moz-hyphens : auto;
64
61
hyphens : auto;
65
62
border-collapse : collapse !important ; }
66
63
67
- table , tr , td {
68
- padding : 0 ;
64
+ table , tr , td , th {
65
+ padding-top : 0 ;
66
+ padding-right : 0 ;
67
+ padding-bottom : 0 ;
68
+ padding-left : 0 ;
69
69
vertical-align : top;
70
70
text-align : left; }
71
71
@@ -107,37 +107,58 @@ th.column {
107
107
Margin : 0 auto;
108
108
padding-left : 16px ;
109
109
padding-bottom : 16px ; }
110
- td .columns .column ,
111
- td .columns .columns ,
112
- td .column .column ,
113
- td .column .columns ,
114
- th .columns .column ,
115
- th .columns .columns ,
116
- th .column .column ,
117
- th .column .columns {
118
- padding-left : 0 !important ;
110
+ td .columns .column .first ,
111
+ td .columns .columns .first ,
112
+ td .column .column .first ,
113
+ td .column .columns .first ,
114
+ th .columns .column .first ,
115
+ th .columns .columns .first ,
116
+ th .column .column .first ,
117
+ th .column .columns .first {
118
+ padding-left : 0 !important ; }
119
+ td .columns .column .last ,
120
+ td .columns .columns .last ,
121
+ td .column .column .last ,
122
+ td .column .columns .last ,
123
+ th .columns .column .last ,
124
+ th .columns .columns .last ,
125
+ th .column .column .last ,
126
+ th .column .columns .last {
119
127
padding-right : 0 !important ; }
120
- td .columns .column center ,
121
- td .columns .columns center ,
122
- td .column .column center ,
123
- td .column .columns center ,
124
- th .columns .column center ,
125
- th .columns .columns center ,
126
- th .column .column center ,
127
- th .column .columns center {
128
- min-width : none !important ; }
128
+ td .columns .column center ,
129
+ td .columns .columns center ,
130
+ td .column .column center ,
131
+ td .column .columns center ,
132
+ th .columns .column center ,
133
+ th .columns .columns center ,
134
+ th .column .column center ,
135
+ th .column .columns center {
136
+ min-width : none !important ; }
129
137
130
138
td .columns .last ,
131
139
td .column .last ,
132
140
th .columns .last ,
133
141
th .column .last {
134
142
padding-right : 16px ; }
135
143
136
- td .columns table : not (. button ) ,
137
- td .column table : not (. button ) ,
138
- th .columns table : not (. button ) ,
139
- th .column table : not (. button ) {
144
+ td .columns table ,
145
+ td .column table ,
146
+ th .columns table ,
147
+ th .column table {
140
148
width : 100% ; }
149
+ td .columns table .button ,
150
+ td .column table .button ,
151
+ th .columns table .button ,
152
+ th .column table .button {
153
+ width : auto; }
154
+ td .columns table .button .expand , td .columns table .button .expanded ,
155
+ td .column table .button .expand ,
156
+ td .column table .button .expanded ,
157
+ th .columns table .button .expand ,
158
+ th .columns table .button .expanded ,
159
+ th .column table .button .expand ,
160
+ th .column table .button .expanded {
161
+ width : 100% ; }
141
162
142
163
td .large-1 ,
143
164
th .large-1 {
@@ -777,7 +798,7 @@ th.float-center {
777
798
text-align : center; }
778
799
779
800
.hide-for-large {
780
- display : none !important ;
801
+ display : none;
781
802
mso-hide : all;
782
803
overflow : hidden;
783
804
max-height : 0 ;
@@ -824,16 +845,18 @@ h5,
824
845
h6 ,
825
846
p ,
826
847
td ,
827
- th ,
828
- a {
848
+ th {
829
849
color : # 0a0a0a ;
830
850
font-family : Helvetica, Arial, sans-serif;
831
851
font-weight : normal;
832
- padding : 0 ;
852
+ padding-top : 0 ;
853
+ padding-right : 0 ;
854
+ padding-bottom : 0 ;
855
+ padding-left : 0 ;
833
856
margin : 0 ;
834
857
Margin : 0 ;
835
858
text-align : left;
836
- line-height : 1.3 ; }
859
+ line-height : 130 % ; }
837
860
838
861
h1 ,
839
862
h2 ,
861
884
font-size : 24px ; }
862
885
863
886
h5 {
864
- font-size : 20 px ; }
887
+ font-size : 19 px ; }
865
888
866
889
h6 {
867
890
font-size : 18px ; }
872
895
td ,
873
896
th {
874
897
font-size : 16px ;
875
- line-height : 1.3 ; }
898
+ line-height : 130 % ; }
876
899
877
900
p {
878
901
margin-bottom : 10px ;
879
902
Margin-bottom : 10px ; }
880
903
p .lead {
881
904
font-size : 20px ;
882
- line-height : 1.6 ; }
905
+ line-height : 160 % ; }
883
906
p .subheader {
884
907
margin-top : 4px ;
885
908
margin-bottom : 8px ;
@@ -889,13 +912,19 @@ p {
889
912
line-height : 1.4 ;
890
913
color : # 8a8a8a ; }
891
914
892
- small {
915
+ small
916
+ .small {
893
917
font-size : 80% ;
894
918
color : # cacaca ; }
895
919
896
920
a {
897
921
color : # 2199e8 ;
898
- text-decoration : none; }
922
+ text-decoration : none;
923
+ font-family : Helvetica, Arial, sans-serif;
924
+ font-weight : normal;
925
+ padding : 0 ;
926
+ text-align : left;
927
+ line-height : 130% ; }
899
928
a : hover {
900
929
color : # 147dc2 ; }
901
930
a : active {
@@ -930,18 +959,42 @@ pre {
930
959
color : # ff6908 ;
931
960
font-weight : bold; }
932
961
933
- table .hr {
934
- width : 100% ; }
935
- table .hr th {
936
- height : 0 ;
937
- max-width : 580px ;
938
- border-top : 0 ;
939
- border-right : 0 ;
940
- border-bottom : 1px solid # 0a0a0a ;
941
- border-left : 0 ;
942
- margin : 20px auto;
943
- Margin : 20px auto;
944
- clear : both; }
962
+ td .columns table .hr table ,
963
+ td .column table .hr table ,
964
+ th .columns table .hr table ,
965
+ th .column table .hr table , td .columns
966
+ table .h-line table ,
967
+ td .column
968
+ table .h-line table ,
969
+ th .columns
970
+ table .h-line table ,
971
+ th .column
972
+ table .h-line table {
973
+ width : auto; }
974
+
975
+ table .hr th ,
976
+ table .h-line th {
977
+ padding-bottom : 20px ;
978
+ text-align : center; }
979
+
980
+ table .hr table ,
981
+ table .h-line table {
982
+ display : inline-block;
983
+ margin : 0 ;
984
+ Margin : 0 ; }
985
+
986
+ table .hr td ,
987
+ table .h-line td {
988
+ width : 580px ;
989
+ height : 0 ;
990
+ padding-top : 20px ;
991
+ clear : both;
992
+ border-top : 0 ;
993
+ border-right : 0 ;
994
+ border-bottom : 1px solid # 0a0a0a ;
995
+ border-left : 0 ;
996
+ font-size : 0 ;
997
+ line-height : 0 ; }
945
998
946
999
.stat {
947
1000
font-size : 40px ;
@@ -962,6 +1015,15 @@ span.preheader {
962
1015
opacity : 0 ;
963
1016
overflow : hidden; }
964
1017
1018
+ @media only screen {
1019
+ a [x-apple-data-detectors ] {
1020
+ color : inherit !important ;
1021
+ text-decoration : none !important ;
1022
+ font-size : inherit !important ;
1023
+ font-family : inherit !important ;
1024
+ font-weight : inherit !important ;
1025
+ line-height : inherit !important ; } }
1026
+
965
1027
table .button {
966
1028
width : auto;
967
1029
margin : 0 0 16px 0 ;
@@ -977,6 +1039,7 @@ table.button {
977
1039
font-weight : bold;
978
1040
color : # fefefe ;
979
1041
text-decoration : none;
1042
+ text-align : left;
980
1043
display : inline-block;
981
1044
padding : 8px 16px 8px 16px ;
982
1045
border : 0 solid # 2199e8 ;
@@ -1021,7 +1084,7 @@ table.button.large table a {
1021
1084
1022
1085
table .button .expand ,
1023
1086
table .button .expanded {
1024
- width : 100% !important ; }
1087
+ width : 100% ; }
1025
1088
table .button .expand table ,
1026
1089
table .button .expanded table {
1027
1090
width : 100% ; }
@@ -1121,7 +1184,7 @@ th.callout-inner {
1121
1184
background : # fefefe ; }
1122
1185
th .callout-inner .primary {
1123
1186
background : # def0fc ;
1124
- border : 1px solid # 444444 ;
1187
+ border : 1px solid # 0f5f94 ;
1125
1188
color : # 0a0a0a ; }
1126
1189
th .callout-inner .secondary {
1127
1190
background : # ebebeb ;
@@ -1130,15 +1193,15 @@ th.callout-inner {
1130
1193
th .callout-inner .success {
1131
1194
background : # e1faea ;
1132
1195
border : 1px solid # 1b9448 ;
1133
- color : # fefefe ; }
1196
+ color : # 0a0a0a ; }
1134
1197
th .callout-inner .warning {
1135
1198
background : # fff3d9 ;
1136
1199
border : 1px solid # 996800 ;
1137
- color : # fefefe ; }
1200
+ color : # 0a0a0a ; }
1138
1201
th .callout-inner .alert {
1139
1202
background : # fce6e2 ;
1140
1203
border : 1px solid # b42912 ;
1141
- color : # fefefe ; }
1204
+ color : # 0a0a0a ; }
1142
1205
1143
1206
.thumbnail {
1144
1207
border : solid 4px # fefefe ;
@@ -1181,7 +1244,22 @@ table.menu.text-center a {
1181
1244
text-align : center; }
1182
1245
1183
1246
.menu [align = "center" ] {
1184
- width : auto !important ; }
1247
+ width : auto; }
1248
+
1249
+ .menu : not (.float-center ) .menu-item : first-child {
1250
+ padding-left : 0 !important ; }
1251
+
1252
+ .menu : not (.float-center ) .menu-item : last-child {
1253
+ padding-right : 0 !important ; }
1254
+
1255
+ .menu .vertical .menu-item {
1256
+ padding-left : 0 !important ;
1257
+ padding-right : 0 !important ; }
1258
+
1259
+ @media only screen and (max-width : 596px ) {
1260
+ .menu .small-vertical .menu-item {
1261
+ padding-left : 0 !important ;
1262
+ padding-right : 0 !important ; } }
1185
1263
1186
1264
body .outlook p {
1187
1265
display : inline !important ; }
0 commit comments