On the page the bulleted list appears correctly when placed in a table

When exported to PDF it looks like the indent is negative and moves into the column to the left:

The indents get more negative instead of positive.
Is this a bug?
Can anyone suggest a work-around for the CSS for PDF export? Is this a problem with the confluencedefaultpdf.css?
.wiki-content ul
{
list-style-type:disc;
}
/* table view for several macros*/
.tableview td
{
border-color:#CCCCCC;
border-style:solid;
border-width:0 0 1px;
margin:0;
padding:4px 10px 4px 5px;
text-align:left;
}