*** empty log message ***
diff --git a/layout.css b/layout.css
index 630c559..ec4030a 100644
--- a/layout.css
+++ b/layout.css
@@ -39,9 +39,8 @@
 }
 
 .item_contents {
-	margin: 10px;;
+	margin: 0px;;
 	background-color: #F8F8F8;;
-	border: 1px dashed black;;
 	padding: 5px;
 }
 
@@ -304,3 +303,6 @@
 	text-align:center;
 }
 
+.bottomBorder td {
+	border-bottom:1px solid black;	
+}