Hi All,
I have an issue with the output of an HTML table in a Mail.
The basis of the table is the body of an filter array with custom columns, code looks like this.

The CSS in the compose step looks like this:
<style>
table {
border-collapse: collapse;
width: 100%
}
th, td {
border: 1px solid black;
text-align: center;
}
</style>
Iv'e put the compose before the HTML table in the mailing step.

But the table still comes out looking like a normal HTML table.

I've also tried to put the HTML output directly into the Compose step as well as writing the CSS code in the mail step, but the output of the table always looks like shown in the image above.
Does anybode have any idea why the styling doesn't work in this case?
Thanks in advance!