| 1 |
.fca_eoi_email_test { |
| 2 |
margin: 12px 0 -12px -12px; |
| 3 |
padding: 12px; |
| 4 |
border-top: 1px solid #f0f0f0; |
| 5 |
background: #f9f9f9; |
| 6 |
} |
| 7 |
|
| 8 |
.fca_eoi_email_test_buttons { |
| 9 |
margin: 5px 0 0; |
| 10 |
padding: 0; |
| 11 |
} |
| 12 |
|
| 13 |
.fca_eoi_email_test_buttons .button, |
| 14 |
.fca_eoi_email_test_buttons input { |
| 15 |
margin-right: 5px; |
| 16 |
} |
| 17 |
|
| 18 |
.fca_eoi_email_test_buttons i { |
| 19 |
font-size: 16px; |
| 20 |
margin: 6px 0; |
| 21 |
} |
| 22 |
|
| 23 |
.fca_eoi_email_test_recommendation { |
| 24 |
margin-top: 5px; |
| 25 |
color: #999; |
| 26 |
} |
| 27 |
.fca_eoi_email_test_recommendation.highlighted { |
| 28 |
color: #000; |
| 29 |
margin-top: 0; |
| 30 |
} |
| 31 |
.fca_eoi_email_test_error { |
| 32 |
color: #c00; |
| 33 |
font-weight: bold; |
| 34 |
margin-left: 5px; |
| 35 |
} |