body {
	color: #e1e4e7;
	background-color: #453934;
	font-size: 75%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

#container {
	margin: 0 auto;
	padding: 20px;
	min-height: 500px;
}

table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
	
	table#cart th {
		background: #8DC63F;
		color: #fff;
		text-align: left;
		white-space: nowrap;
	}
	
	table#cart th,
	table#cart td {
		padding: 5px 10px;
	}
	
	table#cart .item_name {
		width: 100%;
	}
	
	table#cart .quantity input {
		text-align: center;
	}
	
	table#cart tr td {
	}
	
	table#cart tr.odd td {
		background: #483b37;
	}
	
	.center {
		text-align: center;
	}

.cartInfo {
	padding-top: 30px;
}
