Index: /views/css/frontend.css
===================================================================
--- /views/css/frontend.css	(revision 5624)
+++ /views/css/frontend.css	(revision 5627)
@@ -379,4 +379,12 @@
 	.wpsg_basket .wpsg_cell_gutschein label { width:100%; display:block; }
 	.wpsg_basket #wpsg_gutschein_input { float:left; }
+	.wpsg_basket td, th { width:20%; font-size:0.8rem; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
+	.wpsg_basket .wpsg_cell_payment_label select, .wpsg_basket .wpsg_cell_payment_label span { float:none; }
+	.wpsg_basket .wpsg_cell_shipping_label select, .wpsg_basket .wpsg_cell_shipping_label span { float:left; }
+	
+	.wpsg wpsg_checkout2 .wpsg_payment{ margin-top:30px; }
+	
+	.wpsg_overview .wpsg_produkte th { width:25% !important; }
+	.wpsg_overview td, th { width:20%; font-size:0.8rem; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
 	
 }
Index: /views/mods/mod_deliverytime/overview_row.phtml
===================================================================
--- /views/mods/mod_deliverytime/overview_row.phtml	(revision 5624)
+++ /views/mods/mod_deliverytime/overview_row.phtml	(revision 5627)
@@ -20,5 +20,5 @@
 <?php if ($this->get_option('wpsg_mod_deliverytime_delay') == '1') { ?>
 	<tr class="wpsg_<?php echo (($this->view['i'] % 2 == 0)?'odd':'even'); ?>">	
-		<td colspan="4">
+		<td colspan="3">
 			<div class="wpsg_mod_deliverytime_delay">
 				<?php echo wpsg_translate(__('Aufgrund von #1# kann es zu Verzögerungen von #2# Tage in der Zustellung kommen.', 'wpsg'), $this->get_option('wpsg_mod_deliverytime_delayText'), $this->get_option('wpsg_mod_deliverytime_delayTime')); ?>
