.stuff_items {
	border-bottom: 1px solid #979797;
}

th {
	background-color: #DCDCDC;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid black;	
}

#StuffTable {
	padding: 0px;
	margin: 0px;
}

#StuffTable td {
	background-color: #ECECEC;
	padding: 2px;
	margin: 0px;	
	border-bottom: 1px solid #979797;	
}

