table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e9e3db;
	margin-bottom: 1.5em;
}

thead {
	background: #6e5d49;
}

td {
	padding: 5px;
}

thead tr th {
	text-align: left;
	color: #FFF;
	padding: 5px;
	font-weight: normal;
}

tr.even {
	background: #dad6d1;
}