table.specs {
	margin-top: 2em;
	width: 48%;
	border-collapse: collapse;
}

table.specs td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

table.specs td:nth-child(1) {
	border-bottom: 1px solid rgb(140, 109, 31);
	color: rgb(140, 109, 31);
	text-align: right;
}

table.specs td:nth-child(2) {
	width: 95%;
	padding-left: 5%;
	border-bottom: 1px solid rgb(220,220,220);
}

table tr:nth-child(1) td:nth-child(1) {
	text-align: left;
}



@media only screen and (max-width: 800px) {
	table.specs {
		width: 100%;
	}
}