set the width in the feeds template and give the table class the "navigation style"
Change this section:
HTML Code:
<table width="700" align="center">
To:
HTML Code:
<table width="100%" class="navigation" align="center">
Then find:
HTML Code:
<table width="600"
and replace with:
HTML Code:
<table width="100%"