table.specs {
	width: 100%;
	border-collapse: collapse;
}
table.specs td, table.specs th {
	padding: 3px 5px;
	border: 2px solid #fff;
	background: #f1ead0;
	text-align: center;
}
table.specs thead th {
	background: #d5ba8f;
	color: #fff;
	text-transform: uppercase;
}
table.specs tfoot {
	color: #71827a;
	font-style: italic;
}
