<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* For tables with the "border" attribute set to "0" */
table[border="0"], 
table[border="0"] &gt; tr &gt; td, table[border="0"] &gt; tr &gt; th, 
table[border="0"] &gt; tbody &gt; tr &gt; td, table[border="0"] &gt; tbody &gt; tr &gt; th, 
table[border="0"] &gt; thead &gt; tr &gt; td, table[border="0"] &gt; thead &gt; tr &gt; th, 
table[border="0"] &gt; tfoot &gt; tr &gt; td, table[border="0"] &gt; tfoot &gt; tr &gt; th
{
	border: #d3d3d3 1px dotted ;
}

/* For tables with no "border" attribute set */
table:not([border]), 
table:not([border]) &gt; tr &gt; td, table:not([border]) &gt; tr &gt; th,
table:not([border]) &gt; tbody &gt; tr &gt; td, table:not([border]) &gt; tbody &gt; tr &gt; th,
table:not([border]) &gt; thead &gt; tr &gt; td, table:not([border]) &gt; thead &gt; tr &gt; th,
table:not([border]) &gt; tfoot &gt; tr &gt; td, table:not([border]) &gt; tfoot &gt; tr &gt; th
{
	border: #d3d3d3 1px dotted ;
}</pre></body></html>