Index: biblio.css
===================================================================
--- biblio.css	(revision 60)
+++ biblio.css	(working copy)
@@ -199,4 +199,10 @@
 	text-align: right;
 	text-decoration: none;
 	float: right;
+}
+
+.biblio-left-td {
+  text-align: right;
+  vertical-align: top;
+  width: 20%;
 }
\ No newline at end of file
Index: biblio_theme.inc
===================================================================
--- biblio_theme.inc	(revision 60)
+++ biblio_theme.inc	(working copy)
@@ -272,9 +272,7 @@
       $rows[] = array(
         array(
           'data' => '<span class="biblio-row-title">'. $row['title'] .'</span>',
-          'align' => 'right',
-          'valign' => 'top',
-          'width' => '20%'
+	  'class' => 'biblio-left-td'
         ),
         array(
           'data' => '&nbsp;&nbsp;'
@@ -297,9 +295,7 @@
       array(
         'data' => '<span class="biblio-row-title">'. t('Export'
       ) .'</span>',
-      'align' => 'right',
-      'valign' => 'center',
-      'width' => '20%'
+      'class' => 'biblio-left-td'
     ), array(
       'data' => '&nbsp;&nbsp;'
     ), array(
