Table inline border

Also, I’ve been trying to manually create borders using CSS, but it doesn’t appear to work. The style is overridden by something.

{{box cssClass="floatinginfobox" title="**Content**"}}
{{toc/}}
{{/box}}

{{html clean="false"}}
<style>
td {
    border: 1px solid black;
}
</style>
{{/html}}

|=Title 1|=Title 2\\
|Cell 11|Cell 12\\
|Cell 21|Cell 22\\