Hey! Thanks for a great component!

I've just installed it on
www.ceoutreach.org and am having a little bit of a problem. When you click on the link Weekly Messages (I changed Bible Studies to Weekly Messages), you go to the message listing as you should. The problem is that the list overflows to the right overlapping the menu items.
I've gone into components/com_biblestudy/views/studieslist/tmpl/default.php and can adjust the code so the drop down boxes stop overlapping by changing the code
<form action="<?php echo $this->request_url; ?>" method="post" name="adminForm">
<table width="500">
I cannot get the list to stop overflowing, however. I've tried going into the backend and setting biblestudy's parameters so the table width is 430px but it doesn't make a difference. I've also tried changing the code on the default.php page
<table width="100%" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('show_teacher_list') >0) { ?>
from 100% to 430px but again, no difference.
Can you help?
Thank you!